Html Css Color HEX #6628AA Purple Heart

📋 copy color: '#6628AA'

red 102 ◦ green 40 ◦ blue 170

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

Shades of Purple Heart #6628AA

Tints of Purple Heart #6628AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 54.49%

R = 32.69%
G = 12.82%
B = 54.49%

CMYK

 C value IS 0.4

 M value IS 0.76

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6628AA (or 0x6628AA) is known color: Purple Heart. HEX triplet: 66, 28 and AA. RGB value is (102,40,170). Sum of RGB (Red+Green+Blue) = 102+40+170=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 170 (66.80% from 255 or 54.49% from 312); Max value from RGB is 170 - color contains mainly: blue. Hex color #6628AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6628AA is #99D755. Grayscale: #484848. Windows color (decimal): -10082134 or 11151462. OLE color: 11151462.

HSL color Cylindrical-coordinate representation of color #6628AA: hue angle of 268.62º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6628AA is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 40 170 -
CMYK 0.4 0.76 0 0.33
HSL 268.62º 0.62% 0.41% -
HSV(B) 268.62º 0.76% 0.67% -
XYZ 13.49 7.24 38.72 -
YUV 73.36 182.54 148.43 -
System Red Green Blue C M Y K H S L
Decimal 102 40 170 0.4 0.76 0 0.33 268.62 0.62 0.41
Hex 66 28 AA 28 4C 0 21 10D 3E 29
Octal 146 50 252 50 114 0 41 415 76 51
Binary 1100110 101000 10101010 101000 1001100 0 100001 100001101 111110 101001

Color Harmonies of #6628AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6628AA

Black with #6628AA

Text Example


Text Example

White with #6628AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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