#530C5C

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

Shades of Hot Purple #530C5C

Tints of Hot Purple #530C5C

Color information

#530C5C (or 0x530C5C) is unknown color: approx Hot Purple. HEX triplet: 53, 0C and 5C. RGB value is (83,12,92). Sum of RGB (Red+Green+Blue) = 83+12+92=187 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.39% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 92 (36.33% from 255 or 49.20% from 187); Max value from RGB is 92 - color contains mainly: blue. Hex color #530C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530C5C is #ACF3A3. Grayscale: #2A2A2A. Windows color (decimal): -11334564 or 6032467. OLE color: 6032467.

HSL color Cylindrical-coordinate representation of color #530C5C: hue angle of 293.25º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #530C5C is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB831292-
CMYK0.100.8700.64
HSL293.25º76.92%20.39%-
HSV(B)293.25º86.96%36.08%-
XYZ5.632.8710.38-
YUV42.35156.02157-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 44.39%
GREEN value IS 12 (5.08% from 255) = 6.42%
BLUE value IS 92 (36.33% from 255) = 49.20%
R=44.39%
G=6.42%
B=49.20%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8312920.100.8700.64293.2576.9220.39
Hex53C5CA570401254d14
Octal1231413412127010044511524
Binary1010011110010111001010101011101000000100100101100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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