#5D07D2

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

Shades of Purple Heart #5D07D2

Tints of Purple Heart #5D07D2

Color information

#5D07D2 (or 0x5D07D2) is unknown color: approx Purple Heart. HEX triplet: 5D, 07 and D2. RGB value is (93,7,210). Sum of RGB (Red+Green+Blue) = 93+7+210=310 (41% of max value = 765). Red value is 93 (36.72% from 255 or 30% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 210 (82.42% from 255 or 67.74% from 310); Max value from RGB is 210 - color contains mainly: blue. Hex color #5D07D2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D07D2 is #A2F82D. Grayscale: #373737. Windows color (decimal): -10680366 or 13764445. OLE color: 13764445.

HSL color Cylindrical-coordinate representation of color #5D07D2: hue angle of 265.42º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5D07D2 is Cyan = 0.56, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB937210-
CMYK0.560.9700.18
HSL265.42º93.55%42.55%-
HSV(B)265.42º96.67%82.35%-
XYZ16.227.1361.49-
YUV55.86214.99154.49-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30%
GREEN value IS 7 (3.12% from 255) = 2.26%
BLUE value IS 210 (82.42% from 255) = 67.74%
R=30%
G=2.26%
B=67.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal9372100.560.9700.18265.4293.5542.55
Hex5D7D238610121095e2b
Octal13573227014102241113653
Binary10111011111101001011100011000010100101000010011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D07D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,7,210); }

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

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

 a { background-color: rgb(93,7,210); }

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

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

 span { border-color: rgb(93,7,210); }

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