#530AC3

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

Shades of Purple Heart #530AC3

Tints of Purple Heart #530AC3

Color information

#530AC3 (or 0x530AC3) is unknown color: approx Purple Heart. HEX triplet: 53, 0A and C3. RGB value is (83,10,195). Sum of RGB (Red+Green+Blue) = 83+10+195=288 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.82% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 195 (76.56% from 255 or 67.71% from 288); Max value from RGB is 195 - color contains mainly: blue. Hex color #530AC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530AC3 is #ACF53C. Grayscale: #343434. Windows color (decimal): -11334973 or 12782163. OLE color: 12782163.

HSL color Cylindrical-coordinate representation of color #530AC3: hue angle of 263.68º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530AC3 is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8310195-
CMYK0.570.9500.24
HSL263.68º90.24%40.2%-
HSV(B)263.68º94.87%76.47%-
XYZ13.53652.07-
YUV52.92208.18149.46-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.82%
GREEN value IS 10 (4.30% from 255) = 3.47%
BLUE value IS 195 (76.56% from 255) = 67.71%
R=28.82%
G=3.47%
B=67.71%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83101950.570.9500.24263.6890.2440.2
Hex53AC3395F0181085a28
Octal123123037113703041013250
Binary101001110101100001111100110111110110001000010001011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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