Html Css Color HEX #660FBB Purple Heart

📋 copy color: '#660FBB'

red 102 ◦ green 15 ◦ blue 187

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

Shades of Purple Heart #660FBB

Tints of Purple Heart #660FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 61.51%

R = 33.55%
G = 4.93%
B = 61.51%

CMYK

 C value IS 0.45

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#660FBB (or 0x660FBB) is known color: Purple Heart. HEX triplet: 66, 0F and BB. RGB value is (102,15,187). Sum of RGB (Red+Green+Blue) = 102+15+187=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 15 (6.25% from 255 or 4.93% from 304); Blue value is 187 (73.44% from 255 or 61.51% from 304); Max value from RGB is 187 - color contains mainly: blue. Hex color #660FBB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660FBB is #99F044. Grayscale: #3C3C3C. Windows color (decimal): -10088517 or 12259174. OLE color: 12259174.

HSL color Cylindrical-coordinate representation of color #660FBB: hue angle of 270.35º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660FBB is Cyan = 0.45, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 15 187 -
CMYK 0.45 0.92 0 0.27
HSL 270.35º 0.85% 0.4% -
HSV(B) 270.35º 0.92% 0.73% -
XYZ 14.62 6.75 47.55 -
YUV 60.62 199.32 157.51 -
System Red Green Blue C M Y K H S L
Decimal 102 15 187 0.45 0.92 0 0.27 270.35 0.85 0.4
Hex 66 F BB 2D 5C 0 1B 10E 55 28
Octal 146 17 273 55 134 0 33 416 125 50
Binary 1100110 1111 10111011 101101 1011100 0 11011 100001110 1010101 101000

Color Harmonies of #660FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660FBB

Black with #660FBB

Text Example


Text Example

White with #660FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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