#4F22CA

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

Shades of Purple Heart #4F22CA

Tints of Purple Heart #4F22CA

Color information

#4F22CA (or 0x4F22CA) is unknown color: approx Purple Heart. HEX triplet: 4F, 22 and CA. RGB value is (79,34,202). Sum of RGB (Red+Green+Blue) = 79+34+202=315 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25.08% from 315); Green value is 34 (13.67% from 255 or 10.79% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #4F22CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F22CA is #B0DD35. Grayscale: #414141. Windows color (decimal): -11590966 or 13247055. OLE color: 13247055.

HSL color Cylindrical-coordinate representation of color #4F22CA: hue angle of 256.07º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4F22CA is Cyan = 0.61, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB7934202-
CMYK0.610.8300.21
HSL256.07º71.19%46.27%-
HSV(B)256.07º83.17%79.22%-
XYZ14.467.0756.48-
YUV66.61204.41136.84-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25.08%
GREEN value IS 34 (13.67% from 255) = 10.79%
BLUE value IS 202 (79.30% from 255) = 64.13%
R=25.08%
G=10.79%
B=64.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal79342020.610.8300.21256.0771.1946.27
Hex4F22CA3D53015100472e
Octal117423127512302540010756
Binary10011111000101100101011110110100110101011000000001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F22CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F22CA; }

 p { color: rgb(79,34,202); }

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

<style>
 a { background-color: #4F22CA; }

 a { background-color: rgb(79,34,202); }

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

<style>
 span { border-color: #4F22CA; }

 span { border-color: rgb(79,34,202); }

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