Html Css Color HEX #6629AA Purple Heart

📋 copy color: '#6629AA'

red 102 ◦ green 41 ◦ blue 170

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

Shades of Purple Heart #6629AA

Tints of Purple Heart #6629AA

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.1%

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

R = 32.59%
G = 13.1%
B = 54.31%

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

#6629AA (or 0x6629AA) is known color: Purple Heart. HEX triplet: 66, 29 and AA. RGB value is (102,41,170). Sum of RGB (Red+Green+Blue) = 102+41+170=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 170 (66.80% from 255 or 54.31% from 313); Max value from RGB is 170 - color contains mainly: blue. Hex color #6629AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6629AA is #99D655. Grayscale: #494949. Windows color (decimal): -10081878 or 11151718. OLE color: 11151718.

HSL color Cylindrical-coordinate representation of color #6629AA: hue angle of 268.37º degrees, saturation: 0.61, 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 #6629AA is Cyan = 0.4, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 102 41 170 -
CMYK 0.4 0.76 0 0.33
HSL 268.37º 0.61% 0.41% -
HSV(B) 268.37º 0.76% 0.67% -
XYZ 13.53 7.31 38.73 -
YUV 73.95 182.21 148.01 -
System Red Green Blue C M Y K H S L
Decimal 102 41 170 0.4 0.76 0 0.33 268.37 0.61 0.41
Hex 66 29 AA 28 4C 0 21 10C 3D 29
Octal 146 51 252 50 114 0 41 414 75 51
Binary 1100110 101001 10101010 101000 1001100 0 100001 100001100 111101 101001

Color Harmonies of #6629AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6629AA

Black with #6629AA

Text Example


Text Example

White with #6629AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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