#5838CB

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

Shades of Purple Heart #5838CB

Tints of Purple Heart #5838CB

Color information

#5838CB (or 0x5838CB) is unknown color: approx Purple Heart. HEX triplet: 58, 38 and CB. RGB value is (88,56,203). Sum of RGB (Red+Green+Blue) = 88+56+203=347 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.36% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #5838CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5838CB is #A7C734. Grayscale: #515151. Windows color (decimal): -10995509 or 13318232. OLE color: 13318232.

HSL color Cylindrical-coordinate representation of color #5838CB: hue angle of 253.06º 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 #5838CB is Cyan = 0.57, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8856203-
CMYK0.570.7200.20
HSL253.06º58.57%50.78%-
HSV(B)253.06º72.41%79.61%-
XYZ16.229.2157.42-
YUV82.33196.1132.05-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.36%
GREEN value IS 56 (22.27% from 255) = 16.14%
BLUE value IS 203 (79.69% from 255) = 58.50%
R=25.36%
G=16.14%
B=58.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88562030.570.7200.20253.0658.5750.78
Hex5838CB3948014fd3b33
Octal13070313711100243757363
Binary101100011100011001011111001100100001010011111101111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5838CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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