#6627AE

Color #6627AE Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6627AE

Tints of Purple Heart #6627AE

Color information

#6627AE (or 0x6627AE) is unknown color: approx Purple Heart. HEX triplet: 66, 27 and AE. RGB value is (102,39,174). Sum of RGB (Red+Green+Blue) = 102+39+174=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 174 (68.36% from 255 or 55.24% from 315); Max value from RGB is 174 - color contains mainly: blue. Hex color #6627AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6627AE is #99D851. Grayscale: #484848. Windows color (decimal): -10082386 or 11413350. OLE color: 11413350.

HSL color Cylindrical-coordinate representation of color #6627AE: hue angle of 268º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6627AE is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10239174-
CMYK0.410.7800.32
HSL268º63.38%41.76%-
HSV(B)268º77.59%68.24%-
XYZ13.847.3340.73-
YUV73.23184.87148.52-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.38%
GREEN value IS 39 (15.62% from 255) = 12.38%
BLUE value IS 174 (68.36% from 255) = 55.24%
R=32.38%
G=12.38%
B=55.24%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal102391740.410.7800.3226863.3841.76
Hex6627AE294E02010c3f2a
Octal14647256511160404147752
Binary11001101001111010111010100110011100100000100001100111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6627AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6627AE;
 }
 .AnyTagClassName
 {
   color: #6627AE;
 }
</style>
background-color css

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

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

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

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

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

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