Html Css Color HEX #6627AA Purple Heart

📋 copy color: '#6627AA'

red 102 ◦ green 39 ◦ blue 170

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

Shades of Purple Heart #6627AA

Tints of Purple Heart #6627AA

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 32.8%
G = 12.54%
B = 54.66%

CMYK

 C value IS 0.4

 M value IS 0.77

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6627AA (or 0x6627AA) is known color: Purple Heart. HEX triplet: 66, 27 and AA. RGB value is (102,39,170). Sum of RGB (Red+Green+Blue) = 102+39+170=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #6627AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6627AA is #99D855. Grayscale: #484848. Windows color (decimal): -10082390 or 11151206. OLE color: 11151206.

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

Color convert

RGB 102 39 170 -
CMYK 0.4 0.77 0 0.33
HSL 268.85º 0.63% 0.41% -
HSV(B) 268.85º 0.77% 0.67% -
XYZ 13.46 7.18 38.71 -
YUV 72.77 182.87 148.85 -
System Red Green Blue C M Y K H S L
Decimal 102 39 170 0.4 0.77 0 0.33 268.85 0.63 0.41
Hex 66 27 AA 28 4D 0 21 10D 3F 29
Octal 146 47 252 50 115 0 41 415 77 51
Binary 1100110 100111 10101010 101000 1001101 0 100001 100001101 111111 101001

Color Harmonies of #6627AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6627AA

Black with #6627AA

Text Example


Text Example

White with #6627AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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