Html Css Color HEX #660FC0 Purple Heart

📋 copy color: '#660FC0'

red 102 ◦ green 15 ◦ blue 192

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

Shades of Purple Heart #660FC0

Tints of Purple Heart #660FC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 62.14%

R = 33.01%
G = 4.85%
B = 62.14%

CMYK

 C value IS 0.47

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#660FC0 (or 0x660FC0) is known color: Purple Heart. HEX triplet: 66, 0F and C0. RGB value is (102,15,192). Sum of RGB (Red+Green+Blue) = 102+15+192=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 15 (6.25% from 255 or 4.85% from 309); Blue value is 192 (75.39% from 255 or 62.14% from 309); Max value from RGB is 192 - color contains mainly: blue. Hex color #660FC0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FC0 is #99F03F. Grayscale: #3C3C3C. Windows color (decimal): -10088512 or 12586854. OLE color: 12586854.

HSL color Cylindrical-coordinate representation of color #660FC0: hue angle of 269.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660FC0 is Cyan = 0.47, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 15 192 -
CMYK 0.47 0.92 0 0.25
HSL 269.49º 0.86% 0.41% -
HSV(B) 269.49º 0.92% 0.75% -
XYZ 15.16 6.97 50.42 -
YUV 61.19 201.82 157.11 -
System Red Green Blue C M Y K H S L
Decimal 102 15 192 0.47 0.92 0 0.25 269.49 0.86 0.41
Hex 66 F C0 2F 5C 0 19 10D 56 29
Octal 146 17 300 57 134 0 31 415 126 51
Binary 1100110 1111 11000000 101111 1011100 0 11001 100001101 1010110 101001

Color Harmonies of #660FC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FC0

Black with #660FC0

Text Example


Text Example

White with #660FC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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