#4F22CB

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

Shades of Purple Heart #4F22CB

Tints of Purple Heart #4F22CB

Color information

#4F22CB (or 0x4F22CB) is unknown color: approx Purple Heart. HEX triplet: 4F, 22 and CB. RGB value is (79,34,203). Sum of RGB (Red+Green+Blue) = 79+34+203=316 (41% of max value = 765). Red value is 79 (31.25% from 255 or 25% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 203 (79.69% from 255 or 64.24% from 316); Max value from RGB is 203 - color contains mainly: blue. Hex color #4F22CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4F22CB is #B0DD34. Grayscale: #424242. Windows color (decimal): -11590965 or 13312591. OLE color: 13312591.

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

Color convert

RGB7934203-
CMYK0.610.8300.20
HSL255.98º71.31%46.47%-
HSV(B)255.98º83.25%79.61%-
XYZ14.587.1257.11-
YUV66.72204.91136.76-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 25%
GREEN value IS 34 (13.67% from 255) = 10.76%
BLUE value IS 203 (79.69% from 255) = 64.24%
R=25%
G=10.76%
B=64.24%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal79342030.610.8300.20255.9871.3146.47
Hex4F22CB3D53014100472e
Octal117423137512302440010756
Binary10011111000101100101111110110100110101001000000001000111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F22CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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