#6224B4

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

Shades of Purple Heart #6224B4

Tints of Purple Heart #6224B4

Color information

#6224B4 (or 0x6224B4) is unknown color: approx Purple Heart. HEX triplet: 62, 24 and B4. RGB value is (98,36,180). Sum of RGB (Red+Green+Blue) = 98+36+180=314 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.21% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 180 (70.70% from 255 or 57.32% from 314); Max value from RGB is 180 - color contains mainly: blue. Hex color #6224B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6224B4 is #9DDB4B. Grayscale: #464646. Windows color (decimal): -10345292 or 11805794. OLE color: 11805794.

HSL color Cylindrical-coordinate representation of color #6224B4: hue angle of 265.83º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #6224B4 is Cyan = 0.46, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9836180-
CMYK0.460.800.29
HSL265.83º66.67%42.35%-
HSV(B)265.83º80%70.59%-
XYZ13.917.1543.83-
YUV70.95189.54147.29-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 31.21%
GREEN value IS 36 (14.45% from 255) = 11.46%
BLUE value IS 180 (70.70% from 255) = 57.32%
R=31.21%
G=11.46%
B=57.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal98361800.460.800.29265.8366.6742.35
Hex6224B42E5001D10a432a
Octal142442645612003541210352
Binary11000101001001011010010111010100000111011000010101000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6224B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6224B4; }

 p { color: rgb(98,36,180); }

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

<style>
 a { background-color: #6224B4; }

 a { background-color: rgb(98,36,180); }

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

<style>
 span { border-color: #6224B4; }

 span { border-color: rgb(98,36,180); }

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