#530FC3

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

Shades of Purple Heart #530FC3

Tints of Purple Heart #530FC3

Color information

#530FC3 (or 0x530FC3) is unknown color: approx Purple Heart. HEX triplet: 53, 0F and C3. RGB value is (83,15,195). Sum of RGB (Red+Green+Blue) = 83+15+195=293 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.33% from 293); Green value is 15 (6.25% from 255 or 5.12% from 293); Blue value is 195 (76.56% from 255 or 66.55% from 293); Max value from RGB is 195 - color contains mainly: blue. Hex color #530FC3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #530FC3 is #ACF03C. Grayscale: #373737. Windows color (decimal): -11333693 or 12783443. OLE color: 12783443.

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

Color convert

RGB8315195-
CMYK0.570.9200.24
HSL262.67º85.71%41.18%-
HSV(B)262.67º92.31%76.47%-
XYZ13.596.1252.1-
YUV55.85206.53147.36-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 28.33%
GREEN value IS 15 (6.25% from 255) = 5.12%
BLUE value IS 195 (76.56% from 255) = 66.55%
R=28.33%
G=5.12%
B=66.55%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal83151950.570.9200.24262.6785.7141.18
Hex53FC3395C0181075629
Octal123173037113403040712651
Binary101001111111100001111100110111000110001000001111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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