Html Css Color HEX #6628DD Purple Heart

📋 copy color: '#6628DD'

red 102 ◦ green 40 ◦ blue 221

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

Shades of Purple Heart #6628DD

Tints of Purple Heart #6628DD

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.02%

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

R = 28.1%
G = 11.02%
B = 60.88%

CMYK

 C value IS 0.54

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6628DD (or 0x6628DD) is known color: Purple Heart. HEX triplet: 66, 28 and DD. RGB value is (102,40,221). Sum of RGB (Red+Green+Blue) = 102+40+221=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 40 (16.02% from 255 or 11.02% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #6628DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6628DD is #99D722. Grayscale: #4E4E4E. Windows color (decimal): -10082083 or 14493798. OLE color: 14493798.

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

Color convert

RGB 102 40 221 -
CMYK 0.54 0.82 0 0.13
HSL 260.55º 0.73% 0.51% -
HSV(B) 260.55º 0.82% 0.87% -
XYZ 19.29 9.56 69.24 -
YUV 79.17 208.04 144.28 -
System Red Green Blue C M Y K H S L
Decimal 102 40 221 0.54 0.82 0 0.13 260.55 0.73 0.51
Hex 66 28 DD 36 52 0 D 105 49 33
Octal 146 50 335 66 122 0 15 405 111 63
Binary 1100110 101000 11011101 110110 1010010 0 1101 100000101 1001001 110011

Color Harmonies of #6628DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6628DD

Black with #6628DD

Text Example


Text Example

White with #6628DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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