Html Css Color HEX #660BD7 Purple Heart

📋 copy color: '#660BD7'

red 102 ◦ green 11 ◦ blue 215

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

Shades of Purple Heart #660BD7

Tints of Purple Heart #660BD7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.35%

 BLUE value IS 215 (84.38% from 255) = 65.55%

R = 31.1%
G = 3.35%
B = 65.55%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#660BD7 (or 0x660BD7) is known color: Purple Heart. HEX triplet: 66, 0B and D7. RGB value is (102,11,215). Sum of RGB (Red+Green+Blue) = 102+11+215=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 11 (4.69% from 255 or 3.35% from 328); Blue value is 215 (84.38% from 255 or 65.55% from 328); Max value from RGB is 215 - color contains mainly: blue. Hex color #660BD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660BD7 is #99F428. Grayscale: #3C3C3C. Windows color (decimal): -10089513 or 14093158. OLE color: 14093158.

HSL color Cylindrical-coordinate representation of color #660BD7: hue angle of 266.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660BD7 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 11 215 -
CMYK 0.53 0.95 0 0.16
HSL 266.76º 0.9% 0.44% -
HSV(B) 266.76º 0.95% 0.84% -
XYZ 17.86 7.97 64.89 -
YUV 61.47 214.65 156.91 -
System Red Green Blue C M Y K H S L
Decimal 102 11 215 0.53 0.95 0 0.16 266.76 0.9 0.44
Hex 66 B D7 35 5F 0 10 10B 5A 2C
Octal 146 13 327 65 137 0 20 413 132 54
Binary 1100110 1011 11010111 110101 1011111 0 10000 100001011 1011010 101100

Color Harmonies of #660BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660BD7

Black with #660BD7

Text Example


Text Example

White with #660BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,11,215); }

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

background-color css

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

 a { background-color: rgb(102,11,215); }

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

border-color css

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

 span { border-color: rgb(102,11,215); }

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