#5d33c0

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

Shades of Purple Heart #5D33C0

Tints of Purple Heart #5D33C0

Color information

#5D33C0 (or 0x5D33C0) is unknown color: approx Purple Heart. HEX triplet: 5D, 33 and C0. RGB value is (93,51,192). Sum of RGB (Red+Green+Blue) = 93+51+192=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 192 (75.39% from 255 or 57.14% from 336); Max value from RGB is 192 - color contains mainly: blue. Hex color #5D33C0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D33C0 is #A2CC3F. Grayscale: #4F4F4F. Windows color (decimal): -10669120 or 12596061. OLE color: 12596061.

HSL color Cylindrical-coordinate representation of color #5D33C0: hue angle of 257.87º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5D33C0 is Cyan = 0.52, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9351192-
CMYK0.520.7300.25
HSL257.87º58.02%47.65%-
HSV(B)257.87º73.44%75.29%-
XYZ15.218.550.71-
YUV79.63191.41137.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 27.68%
GREEN value IS 51 (20.31% from 255) = 15.18%
BLUE value IS 192 (75.39% from 255) = 57.14%
R=27.68%
G=15.18%
B=57.14%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal93511920.520.7300.25257.8758.0247.65
Hex5D33C034490191023a30
Octal13563300641110314027260
Binary1011101110011110000001101001001001011001100000010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5d33c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,51,192); }

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

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

 a { background-color: rgb(93,51,192); }

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

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

 span { border-color: rgb(93,51,192); }

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