Html Css Color HEX #660FD5 Purple Heart

📋 copy color: '#660FD5'

red 102 ◦ green 15 ◦ blue 213

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

Shades of Purple Heart #660FD5

Tints of Purple Heart #660FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 64.55%

R = 30.91%
G = 4.55%
B = 64.55%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#660FD5 (or 0x660FD5) is known color: Purple Heart. HEX triplet: 66, 0F and D5. RGB value is (102,15,213). Sum of RGB (Red+Green+Blue) = 102+15+213=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 213 (83.59% from 255 or 64.55% from 330); Max value from RGB is 213 - color contains mainly: blue. Hex color #660FD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FD5 is #99F02A. Grayscale: #3E3E3E. Windows color (decimal): -10088491 or 13963110. OLE color: 13963110.

HSL color Cylindrical-coordinate representation of color #660FD5: hue angle of 266.36º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660FD5 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 15 213 -
CMYK 0.52 0.93 0 0.16
HSL 266.36º 0.87% 0.45% -
HSV(B) 266.36º 0.93% 0.84% -
XYZ 17.66 7.97 63.56 -
YUV 63.59 212.32 155.4 -
System Red Green Blue C M Y K H S L
Decimal 102 15 213 0.52 0.93 0 0.16 266.36 0.87 0.45
Hex 66 F D5 34 5D 0 10 10A 57 2D
Octal 146 17 325 64 135 0 20 412 127 55
Binary 1100110 1111 11010101 110100 1011101 0 10000 100001010 1010111 101101

Color Harmonies of #660FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FD5

Black with #660FD5

Text Example


Text Example

White with #660FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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