#530355

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

Shades of Hot Purple #530355

Tints of Hot Purple #530355

Color information

#530355 (or 0x530355) is unknown color: approx Hot Purple. HEX triplet: 53, 03 and 55. RGB value is (83,3,85). Sum of RGB (Red+Green+Blue) = 83+3+85=171 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.54% from 171); Green value is 3 (1.56% from 255 or 1.75% from 171); Blue value is 85 (33.59% from 255 or 49.71% from 171); Max value from RGB is 85 - color contains mainly: blue. Hex color #530355 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530355 is #ACFCAA. Grayscale: #242424. Windows color (decimal): -11336875 or 5571411. OLE color: 5571411.

HSL color Cylindrical-coordinate representation of color #530355: hue angle of 298.54º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #530355 is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB83385-
CMYK0.020.9600.67
HSL298.54º93.18%17.25%-
HSV(B)298.54º96.47%33.33%-
XYZ5.242.568.81-
YUV36.27155.5161.33-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 48.54%
GREEN value IS 3 (1.56% from 255) = 1.75%
BLUE value IS 85 (33.59% from 255) = 49.71%
R=48.54%
G=1.75%
B=49.71%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal833850.020.9600.67298.5493.1817.25
Hex5335526004312b5d11
Octal12331252140010345313521
Binary101001111101010110110000001000011100101011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530355; }

 p { color: rgb(83,3,85); }

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

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

 a { background-color: rgb(83,3,85); }

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

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

 span { border-color: rgb(83,3,85); }

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