Html Css Color HEX #660FCF Purple Heart

📋 copy color: '#660FCF'

red 102 ◦ green 15 ◦ blue 207

#660FCF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #660FCF

Tints of Purple Heart #660FCF

RGB

 RED value IS 102 (40.23% from 255) = 31.48%

 GREEN value IS 15 (6.25% from 255) = 4.63%

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 31.48%
G = 4.63%
B = 63.89%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#660FCF (or 0x660FCF) is known color: Purple Heart. HEX triplet: 66, 0F and CF. RGB value is (102,15,207). Sum of RGB (Red+Green+Blue) = 102+15+207=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #660FCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FCF is #99F030. Grayscale: #3E3E3E. Windows color (decimal): -10088497 or 13569894. OLE color: 13569894.

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

Color convert

RGB 102 15 207 -
CMYK 0.51 0.93 0 0.19
HSL 267.19º 0.86% 0.44% -
HSV(B) 267.19º 0.93% 0.81% -
XYZ 16.91 7.67 59.62 -
YUV 62.9 209.32 155.89 -
System Red Green Blue C M Y K H S L
Decimal 102 15 207 0.51 0.93 0 0.19 267.19 0.86 0.44
Hex 66 F CF 33 5D 0 13 10B 56 2C
Octal 146 17 317 63 135 0 23 413 126 54
Binary 1100110 1111 11001111 110011 1011101 0 10011 100001011 1010110 101100

Color Harmonies of #660FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FCF

Black with #660FCF

Text Example


Text Example

White with #660FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660FCF; }

 p { color: rgb(102,15,207); }

 H1.HeaderClassName
 {
   color: #660FCF;
 }
 .AnyTagClassName
 {
   color: #660FCF;
 }
</style>

background-color css

<style>
 a { background-color: #660FCF; }

 a { background-color: rgb(102,15,207); }

 div.DivClassName
 {
   background-color: #660FCF;
 }
 .BgClassName
 {
   background-color: #660FCF;
 }
</style>

border-color css

<style>
 span { border-color: #660FCF; }

 span { border-color: rgb(102,15,207); }

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