#6427AE

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

Shades of Purple Heart #6427AE

Tints of Purple Heart #6427AE

Color information

#6427AE (or 0x6427AE) is unknown color: approx Purple Heart. HEX triplet: 64, 27 and AE. RGB value is (100,39,174). Sum of RGB (Red+Green+Blue) = 100+39+174=313 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.95% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #6427AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6427AE is #9BD851. Grayscale: #484848. Windows color (decimal): -10213458 or 11413348. OLE color: 11413348.

HSL color Cylindrical-coordinate representation of color #6427AE: hue angle of 267.11º 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 #6427AE is Cyan = 0.43, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10039174-
CMYK0.430.7800.32
HSL267.11º63.38%41.76%-
HSV(B)267.11º77.59%68.24%-
XYZ13.627.2240.72-
YUV72.63185.21147.52-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.95%
GREEN value IS 39 (15.62% from 255) = 12.46%
BLUE value IS 174 (68.36% from 255) = 55.59%
R=31.95%
G=12.46%
B=55.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100391740.430.7800.32267.1163.3841.76
Hex6427AE2B4E02010b3f2a
Octal14447256531160404137752
Binary11001001001111010111010101110011100100000100001011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6427AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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