#530CAF

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

Shades of Purple Heart #530CAF

Tints of Purple Heart #530CAF

Color information

#530CAF (or 0x530CAF) is unknown color: approx Purple Heart. HEX triplet: 53, 0C and AF. RGB value is (83,12,175). Sum of RGB (Red+Green+Blue) = 83+12+175=270 (35% of max value = 765). Red value is 83 (32.81% from 255 or 30.74% from 270); Green value is 12 (5.08% from 255 or 4.44% from 270); Blue value is 175 (68.75% from 255 or 64.81% from 270); Max value from RGB is 175 - color contains mainly: blue. Hex color #530CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #530CAF is #ACF350. Grayscale: #333333. Windows color (decimal): -11334481 or 11471955. OLE color: 11471955.

HSL color Cylindrical-coordinate representation of color #530CAF: hue angle of 266.13º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #530CAF is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8312175-
CMYK0.530.9300.31
HSL266.13º87.17%36.67%-
HSV(B)266.13º93.14%68.63%-
XYZ11.445.240.96-
YUV51.81197.52150.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 30.74%
GREEN value IS 12 (5.08% from 255) = 4.44%
BLUE value IS 175 (68.75% from 255) = 64.81%
R=30.74%
G=4.44%
B=64.81%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal83121750.530.9300.31266.1387.1736.67
Hex53CAF355D01F10a5725
Octal123142576513503741212745
Binary101001111001010111111010110111010111111000010101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,12,175); }

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

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

 a { background-color: rgb(83,12,175); }

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

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

 span { border-color: rgb(83,12,175); }

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