#5F23BD

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

Shades of Purple Heart #5F23BD

Tints of Purple Heart #5F23BD

Color information

#5F23BD (or 0x5F23BD) is unknown color: approx Purple Heart. HEX triplet: 5F, 23 and BD. RGB value is (95,35,189). Sum of RGB (Red+Green+Blue) = 95+35+189=319 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.78% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 189 (74.22% from 255 or 59.25% from 319); Max value from RGB is 189 - color contains mainly: blue. Hex color #5F23BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5F23BD is #A0DC42. Grayscale: #454545. Windows color (decimal): -10542147 or 12395359. OLE color: 12395359.

HSL color Cylindrical-coordinate representation of color #5F23BD: hue angle of 263.38º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F23BD is Cyan = 0.50, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB9535189-
CMYK0.500.8100.26
HSL263.38º68.75%43.92%-
HSV(B)263.38º81.48%74.12%-
XYZ14.517.3148.79-
YUV70.5194.88145.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 29.78%
GREEN value IS 35 (14.06% from 255) = 10.97%
BLUE value IS 189 (74.22% from 255) = 59.25%
R=29.78%
G=10.97%
B=59.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal95351890.500.8100.26263.3868.7543.92
Hex5F23BD325101A107452c
Octal137432756212103240710554
Binary10111111000111011110111001010100010110101000001111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F23BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,35,189); }

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

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

 a { background-color: rgb(95,35,189); }

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

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

 span { border-color: rgb(95,35,189); }

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