#530ec9

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

Shades of Purple Heart #530EC9

Tints of Purple Heart #530EC9

Color information

#530EC9 (or 0x530EC9) is unknown color: approx Purple Heart. HEX triplet: 53, 0E and C9. RGB value is (83,14,201). Sum of RGB (Red+Green+Blue) = 83+14+201=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #530EC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EC9 is #ACF136. Grayscale: #373737. Windows color (decimal): -11333943 or 13176403. OLE color: 13176403.

HSL color Cylindrical-coordinate representation of color #530EC9: hue angle of 262.14º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530EC9 is Cyan = 0.59, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8314201-
CMYK0.590.9300.21
HSL262.14º86.98%42.16%-
HSV(B)262.14º93.03%78.82%-
XYZ14.276.3755.74-
YUV55.95209.86147.29-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 27.85%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 201 (78.91% from 255) = 67.45%
R=27.85%
G=4.70%
B=67.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal83142010.590.9300.21262.1486.9842.16
Hex53EC93B5D015106572a
Octal123163117313502540612752
Binary101001111101100100111101110111010101011000001101010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530ec9; }

 p { color: rgb(83,14,201); }

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

<style>
 a { background-color: #530ec9; }

 a { background-color: rgb(83,14,201); }

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

<style>
 span { border-color: #530ec9; }

 span { border-color: rgb(83,14,201); }

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