#5D30CB

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

Shades of Purple Heart #5D30CB

Tints of Purple Heart #5D30CB

Color information

#5D30CB (or 0x5D30CB) is unknown color: approx Purple Heart. HEX triplet: 5D, 30 and CB. RGB value is (93,48,203). Sum of RGB (Red+Green+Blue) = 93+48+203=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #5D30CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D30CB is #A2CF34. Grayscale: #4E4E4E. Windows color (decimal): -10669877 or 13316189. OLE color: 13316189.

HSL color Cylindrical-coordinate representation of color #5D30CB: hue angle of 257.42º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5D30CB is Cyan = 0.54, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9348203-
CMYK0.540.7600.20
HSL257.42º61.75%49.22%-
HSV(B)257.42º76.35%79.61%-
XYZ16.358.7557.33-
YUV79.12197.91137.9-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.03%
GREEN value IS 48 (19.14% from 255) = 13.95%
BLUE value IS 203 (79.69% from 255) = 59.01%
R=27.03%
G=13.95%
B=59.01%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal93482030.540.7600.20257.4261.7549.22
Hex5D30CB364C0141013e31
Octal13560313661140244017661
Binary1011101110000110010111101101001100010100100000001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D30CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,48,203); }

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

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

 a { background-color: rgb(93,48,203); }

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

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

 span { border-color: rgb(93,48,203); }

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