#6223AE

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

Shades of Purple Heart #6223AE

Tints of Purple Heart #6223AE

Color information

#6223AE (or 0x6223AE) is unknown color: approx Purple Heart. HEX triplet: 62, 23 and AE. RGB value is (98,35,174). Sum of RGB (Red+Green+Blue) = 98+35+174=307 (40% of max value = 765). Red value is 98 (38.67% from 255 or 31.92% from 307); Green value is 35 (14.06% from 255 or 11.40% from 307); Blue value is 174 (68.36% from 255 or 56.68% from 307); Max value from RGB is 174 - color contains mainly: blue. Hex color #6223AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6223AE is #9DDC51. Grayscale: #454545. Windows color (decimal): -10345554 or 11412322. OLE color: 11412322.

HSL color Cylindrical-coordinate representation of color #6223AE: hue angle of 267.19º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6223AE is Cyan = 0.44, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9835174-
CMYK0.440.8000.32
HSL267.19º66.51%40.98%-
HSV(B)267.19º79.89%68.24%-
XYZ13.286.8540.67-
YUV69.68186.87148.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.92%
GREEN value IS 35 (14.06% from 255) = 11.40%
BLUE value IS 174 (68.36% from 255) = 56.68%
R=31.92%
G=11.40%
B=56.68%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal98351740.440.8000.32267.1966.5140.98
Hex6223AE2C5002010b4329
Octal142432565412004041310351
Binary110001010001110101110101100101000001000001000010111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6223AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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