#5330d8

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

Shades of Purple Heart #5330D8

Tints of Purple Heart #5330D8

Color information

#5330D8 (or 0x5330D8) is unknown color: approx Purple Heart. HEX triplet: 53, 30 and D8. RGB value is (83,48,216). Sum of RGB (Red+Green+Blue) = 83+48+216=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 216 (84.77% from 255 or 62.25% from 347); Max value from RGB is 216 - color contains mainly: blue. Hex color #5330D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5330D8 is #ACCF27. Grayscale: #4C4C4C. Windows color (decimal): -11325224 or 14168147. OLE color: 14168147.

HSL color Cylindrical-coordinate representation of color #5330D8: hue angle of 252.5º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5330D8 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB8348216-
CMYK0.620.7800.15
HSL252.5º68.29%51.76%-
HSV(B)252.5º77.78%84.71%-
XYZ17.028.9165.79-
YUV77.62206.1131.84-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 23.92%
GREEN value IS 48 (19.14% from 255) = 13.83%
BLUE value IS 216 (84.77% from 255) = 62.25%
R=23.92%
G=13.83%
B=62.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal83482160.620.7800.15252.568.2951.76
Hex5330D83E4E0Ffc4434
Octal123603307611601737410464
Binary101001111000011011000111110100111001111111111001000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5330d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5330d8; }

 p { color: rgb(83,48,216); }

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

<style>
 a { background-color: #5330d8; }

 a { background-color: rgb(83,48,216); }

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

<style>
 span { border-color: #5330d8; }

 span { border-color: rgb(83,48,216); }

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