#670FCE

Color #670FCE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #670FCE

Tints of Purple Heart #670FCE

Color information

#670FCE (or 0x670FCE) is unknown color: approx Purple Heart. HEX triplet: 67, 0F and CE. RGB value is (103,15,206). Sum of RGB (Red+Green+Blue) = 103+15+206=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 206 (80.86% from 255 or 63.58% from 324); Max value from RGB is 206 - color contains mainly: blue. Hex color #670FCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670FCE is #98F031. Grayscale: #3E3E3E. Windows color (decimal): -10022962 or 13504359. OLE color: 13504359.

HSL color Cylindrical-coordinate representation of color #670FCE: hue angle of 267.64º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #670FCE is Cyan = 0.50, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10315206-
CMYK0.500.9300.19
HSL267.64º86.43%43.33%-
HSV(B)267.64º92.72%80.78%-
XYZ16.97.6858.98-
YUV63.09208.65156.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 206 (80.86% from 255) = 63.58%
R=31.79%
G=4.63%
B=63.58%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal103152060.500.9300.19267.6486.4343.33
Hex67FCE325D01310c562b
Octal147173166213502341412653
Binary110011111111100111011001010111010100111000011001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670FCE; }

 p { color: rgb(103,15,206); }

 H1.HeaderClassName
 {
   color: #670FCE;
 }
 .AnyTagClassName
 {
   color: #670FCE;
 }
</style>
background-color css

<style>
 a { background-color: #670FCE; }

 a { background-color: rgb(103,15,206); }

 div.DivClassName
 {
   background-color: #670FCE;
 }
 .BgClassName
 {
   background-color: #670FCE;
 }
</style>
border-color css

<style>
 span { border-color: #670FCE; }

 span { border-color: rgb(103,15,206); }

 td.TdClassName
 {
   border-color: #670FCE;
 }
 .TagClassName
 {
   border-color: #670FCE;
 }
</style>