#530AC7

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

Shades of Purple Heart #530AC7

Tints of Purple Heart #530AC7

Color information

#530AC7 (or 0x530AC7) is unknown color: approx Purple Heart. HEX triplet: 53, 0A and C7. RGB value is (83,10,199). Sum of RGB (Red+Green+Blue) = 83+10+199=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 10 (4.30% from 255 or 3.42% from 292); Blue value is 199 (78.12% from 255 or 68.15% from 292); Max value from RGB is 199 - color contains mainly: blue. Hex color #530AC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530AC7 is #ACF538. Grayscale: #343434. Windows color (decimal): -11334969 or 13044307. OLE color: 13044307.

HSL color Cylindrical-coordinate representation of color #530AC7: hue angle of 263.17º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #530AC7 is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8310199-
CMYK0.580.9500.22
HSL263.17º90.43%40.98%-
HSV(B)263.17º94.97%78.04%-
XYZ13.986.1854.49-
YUV53.37210.18149.13-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.42%
GREEN value IS 10 (4.30% from 255) = 3.42%
BLUE value IS 199 (78.12% from 255) = 68.15%
R=28.42%
G=3.42%
B=68.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal83101990.580.9500.22263.1790.4340.98
Hex53AC73A5F0161075a29
Octal123123077213702640713251
Binary101001110101100011111101010111110101101000001111011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530AC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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