#5938CB

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

Shades of Purple Heart #5938CB

Tints of Purple Heart #5938CB

Color information

#5938CB (or 0x5938CB) is unknown color: approx Purple Heart. HEX triplet: 59, 38 and CB. RGB value is (89,56,203). Sum of RGB (Red+Green+Blue) = 89+56+203=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #5938CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5938CB is #A6C734. Grayscale: #525252. Windows color (decimal): -10929973 or 13318233. OLE color: 13318233.

HSL color Cylindrical-coordinate representation of color #5938CB: hue angle of 253.47º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5938CB is Cyan = 0.56, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8956203-
CMYK0.560.7200.20
HSL253.47º58.57%50.78%-
HSV(B)253.47º72.41%79.61%-
XYZ16.319.2657.43-
YUV82.62195.93132.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 25.57%
GREEN value IS 56 (22.27% from 255) = 16.09%
BLUE value IS 203 (79.69% from 255) = 58.33%
R=25.57%
G=16.09%
B=58.33%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal89562030.560.7200.20253.4758.5750.78
Hex5938CB3848014fd3b33
Octal13170313701100243757363
Binary101100111100011001011111000100100001010011111101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5938CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5938CB; }

 p { color: rgb(89,56,203); }

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

<style>
 a { background-color: #5938CB; }

 a { background-color: rgb(89,56,203); }

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

<style>
 span { border-color: #5938CB; }

 span { border-color: rgb(89,56,203); }

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