#530AB6

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

Shades of Purple Heart #530AB6

Tints of Purple Heart #530AB6

Color information

#530AB6 (or 0x530AB6) is unknown color: approx Purple Heart. HEX triplet: 53, 0A and B6. RGB value is (83,10,182). Sum of RGB (Red+Green+Blue) = 83+10+182=275 (36% of max value = 765). Red value is 83 (32.81% from 255 or 30.18% from 275); Green value is 10 (4.30% from 255 or 3.64% from 275); Blue value is 182 (71.48% from 255 or 66.18% from 275); Max value from RGB is 182 - color contains mainly: blue. Hex color #530AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530AB6 is #ACF549. Grayscale: #323232. Windows color (decimal): -11334986 or 11930195. OLE color: 11930195.

HSL color Cylindrical-coordinate representation of color #530AB6: hue angle of 265.47º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530AB6 is Cyan = 0.54, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8310182-
CMYK0.540.9500.29
HSL265.47º89.58%37.65%-
HSV(B)265.47º94.51%71.37%-
XYZ12.125.4344.67-
YUV51.44201.68150.51-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.18%
GREEN value IS 10 (4.30% from 255) = 3.64%
BLUE value IS 182 (71.48% from 255) = 66.18%
R=30.18%
G=3.64%
B=66.18%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal83101820.540.9500.29265.4789.5837.65
Hex53AB6365F01D1095a26
Octal123122666613703541113246
Binary101001110101011011011011010111110111011000010011011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,10,182); }

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

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

 a { background-color: rgb(83,10,182); }

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

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

 span { border-color: rgb(83,10,182); }

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