#6227AE

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

Shades of Purple Heart #6227AE

Tints of Purple Heart #6227AE

Color information

#6227AE (or 0x6227AE) is unknown color: approx Purple Heart. HEX triplet: 62, 27 and AE. RGB value is (98,39,174). Sum of RGB (Red+Green+Blue) = 98+39+174=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 174 (68.36% from 255 or 55.95% from 311); Max value from RGB is 174 - color contains mainly: blue. Hex color #6227AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6227AE is #9DD851. Grayscale: #474747. Windows color (decimal): -10344530 or 11413346. OLE color: 11413346.

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

Color convert

RGB9839174-
CMYK0.440.7800.32
HSL266.22º63.38%41.76%-
HSV(B)266.22º77.59%68.24%-
XYZ13.47.140.71-
YUV72.03185.55146.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.51%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 174 (68.36% from 255) = 55.95%
R=31.51%
G=12.54%
B=55.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98391740.440.7800.32266.2263.3841.76
Hex6227AE2C4E02010a3f2a
Octal14247256541160404127752
Binary11000101001111010111010110010011100100000100001010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6227AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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