#530EBE

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

Shades of Purple Heart #530EBE

Tints of Purple Heart #530EBE

Color information

#530EBE (or 0x530EBE) is unknown color: approx Purple Heart. HEX triplet: 53, 0E and BE. RGB value is (83,14,190). Sum of RGB (Red+Green+Blue) = 83+14+190=287 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.92% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 190 (74.61% from 255 or 66.20% from 287); Max value from RGB is 190 - color contains mainly: blue. Hex color #530EBE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530EBE is #ACF141. Grayscale: #363636. Windows color (decimal): -11333954 or 12455507. OLE color: 12455507.

HSL color Cylindrical-coordinate representation of color #530EBE: hue angle of 263.52º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530EBE is Cyan = 0.56, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8314190-
CMYK0.560.9300.25
HSL263.52º86.27%40%-
HSV(B)263.52º92.63%74.51%-
XYZ13.025.8749.16-
YUV54.69204.36148.19-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.92%
GREEN value IS 14 (5.86% from 255) = 4.88%
BLUE value IS 190 (74.61% from 255) = 66.20%
R=28.92%
G=4.88%
B=66.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal83141900.560.9300.25263.5286.2740
Hex53EBE385D0191085628
Octal123162767013503141012650
Binary101001111101011111011100010111010110011000010001010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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