Html Css Color HEX #6639DD Purple Heart

📋 copy color: '#6639DD'

red 102 ◦ green 57 ◦ blue 221

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

Shades of Purple Heart #6639DD

Tints of Purple Heart #6639DD

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15%

 BLUE value IS 221 (86.72% from 255) = 58.16%

R = 26.84%
G = 15%
B = 58.16%

CMYK

 C value IS 0.54

 M value IS 0.74

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6639DD (or 0x6639DD) is known color: Purple Heart. HEX triplet: 66, 39 and DD. RGB value is (102,57,221). Sum of RGB (Red+Green+Blue) = 102+57+221=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 57 (22.66% from 255 or 15% from 380); Blue value is 221 (86.72% from 255 or 58.16% from 380); Max value from RGB is 221 - color contains mainly: blue. Hex color #6639DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6639DD is #99C622. Grayscale: #585858. Windows color (decimal): -10077731 or 14498150. OLE color: 14498150.

HSL color Cylindrical-coordinate representation of color #6639DD: hue angle of 256.46º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6639DD is Cyan = 0.54, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 57 221 -
CMYK 0.54 0.74 0 0.13
HSL 256.46º 0.71% 0.55% -
HSV(B) 256.46º 0.74% 0.87% -
XYZ 19.99 10.97 69.47 -
YUV 89.15 202.41 137.16 -
System Red Green Blue C M Y K H S L
Decimal 102 57 221 0.54 0.74 0 0.13 256.46 0.71 0.55
Hex 66 39 DD 36 4A 0 D 100 47 37
Octal 146 71 335 66 112 0 15 400 107 67
Binary 1100110 111001 11011101 110110 1001010 0 1101 100000000 1000111 110111

Color Harmonies of #6639DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6639DD

Black with #6639DD

Text Example


Text Example

White with #6639DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6639DD; }

 p { color: rgb(102,57,221); }

 H1.HeaderClassName
 {
   color: #6639DD;
 }
 .AnyTagClassName
 {
   color: #6639DD;
 }
</style>

background-color css

<style>
 a { background-color: #6639DD; }

 a { background-color: rgb(102,57,221); }

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

border-color css

<style>
 span { border-color: #6639DD; }

 span { border-color: rgb(102,57,221); }

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