Html Css Color HEX #660DBE Purple Heart

📋 copy color: '#660DBE'

red 102 ◦ green 13 ◦ blue 190

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

Shades of Purple Heart #660DBE

Tints of Purple Heart #660DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.26%

 BLUE value IS 190 (74.61% from 255) = 62.3%

R = 33.44%
G = 4.26%
B = 62.3%

CMYK

 C value IS 0.46

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#660DBE (or 0x660DBE) is known color: Purple Heart. HEX triplet: 66, 0D and BE. RGB value is (102,13,190). Sum of RGB (Red+Green+Blue) = 102+13+190=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 13 (5.47% from 255 or 4.26% from 305); Blue value is 190 (74.61% from 255 or 62.30% from 305); Max value from RGB is 190 - color contains mainly: blue. Hex color #660DBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #660DBE is #99F241. Grayscale: #3B3B3B. Windows color (decimal): -10089026 or 12455270. OLE color: 12455270.

HSL color Cylindrical-coordinate representation of color #660DBE: hue angle of 270.17º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660DBE is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 13 190 -
CMYK 0.46 0.93 0 0.25
HSL 270.17º 0.87% 0.4% -
HSV(B) 270.17º 0.93% 0.75% -
XYZ 14.92 6.83 49.25 -
YUV 59.79 201.49 158.11 -
System Red Green Blue C M Y K H S L
Decimal 102 13 190 0.46 0.93 0 0.25 270.17 0.87 0.4
Hex 66 D BE 2E 5D 0 19 10E 57 28
Octal 146 15 276 56 135 0 31 416 127 50
Binary 1100110 1101 10111110 101110 1011101 0 11001 100001110 1010111 101000

Color Harmonies of #660DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DBE

Black with #660DBE

Text Example


Text Example

White with #660DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,13,190); }

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

background-color css

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

 a { background-color: rgb(102,13,190); }

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

border-color css

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

 span { border-color: rgb(102,13,190); }

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