#5F22BE

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

Shades of Purple Heart #5F22BE

Tints of Purple Heart #5F22BE

Color information

#5F22BE (or 0x5F22BE) is unknown color: approx Purple Heart. HEX triplet: 5F, 22 and BE. RGB value is (95,34,190). Sum of RGB (Red+Green+Blue) = 95+34+190=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F22BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F22BE is #A0DD41. Grayscale: #454545. Windows color (decimal): -10542402 or 12460639. OLE color: 12460639.

HSL color Cylindrical-coordinate representation of color #5F22BE: hue angle of 263.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F22BE is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9534190-
CMYK0.50.8200.25
HSL263.46º69.64%43.92%-
HSV(B)263.46º82.11%74.51%-
XYZ14.597.2949.35-
YUV70.02195.71145.82-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 34 (13.67% from 255) = 10.66%
BLUE value IS 190 (74.61% from 255) = 59.56%
R=29.78%
G=10.66%
B=59.56%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95341900.50.8200.25263.4669.6443.92
Hex5F22BE3252019107462c
Octal137422766212203140710654
Binary10111111000101011111011001010100100110011000001111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F22BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F22BE; }

 p { color: rgb(95,34,190); }

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

<style>
 a { background-color: #5F22BE; }

 a { background-color: rgb(95,34,190); }

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

<style>
 span { border-color: #5F22BE; }

 span { border-color: rgb(95,34,190); }

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