Html Css Color HEX #6636DC Purple Heart

📋 copy color: '#6636DC'

red 102 ◦ green 54 ◦ blue 220

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

Shades of Purple Heart #6636DC

Tints of Purple Heart #6636DC

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.36%

 BLUE value IS 220 (86.33% from 255) = 58.51%

R = 27.13%
G = 14.36%
B = 58.51%

CMYK

 C value IS 0.54

 M value IS 0.75

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6636DC (or 0x6636DC) is known color: Purple Heart. HEX triplet: 66, 36 and DC. RGB value is (102,54,220). Sum of RGB (Red+Green+Blue) = 102+54+220=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 54 (21.48% from 255 or 14.36% from 376); Blue value is 220 (86.33% from 255 or 58.51% from 376); Max value from RGB is 220 - color contains mainly: blue. Hex color #6636DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6636DC is #99C923. Grayscale: #565656. Windows color (decimal): -10078500 or 14431846. OLE color: 14431846.

HSL color Cylindrical-coordinate representation of color #6636DC: hue angle of 257.35º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6636DC is Cyan = 0.54, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 54 220 -
CMYK 0.54 0.75 0 0.14
HSL 257.35º 0.7% 0.54% -
HSV(B) 257.35º 0.75% 0.86% -
XYZ 19.72 10.63 68.72 -
YUV 87.28 202.9 138.5 -
System Red Green Blue C M Y K H S L
Decimal 102 54 220 0.54 0.75 0 0.14 257.35 0.7 0.54
Hex 66 36 DC 36 4B 0 E 101 46 36
Octal 146 66 334 66 113 0 16 401 106 66
Binary 1100110 110110 11011100 110110 1001011 0 1110 100000001 1000110 110110

Color Harmonies of #6636DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6636DC

Black with #6636DC

Text Example


Text Example

White with #6636DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6636DC; }

 p { color: rgb(102,54,220); }

 H1.HeaderClassName
 {
   color: #6636DC;
 }
 .AnyTagClassName
 {
   color: #6636DC;
 }
</style>

background-color css

<style>
 a { background-color: #6636DC; }

 a { background-color: rgb(102,54,220); }

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

border-color css

<style>
 span { border-color: #6636DC; }

 span { border-color: rgb(102,54,220); }

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