#530758

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

Shades of Hot Purple #530758

Tints of Hot Purple #530758

Color information

#530758 (or 0x530758) is unknown color: approx Hot Purple. HEX triplet: 53, 07 and 58. RGB value is (83,7,88). Sum of RGB (Red+Green+Blue) = 83+7+88=178 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.63% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 88 (34.77% from 255 or 49.44% from 178); Max value from RGB is 88 - color contains mainly: blue. Hex color #530758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530758 is #ACF8A7. Grayscale: #262626. Windows color (decimal): -11335848 or 5769043. OLE color: 5769043.

HSL color Cylindrical-coordinate representation of color #530758: hue angle of 296.3º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #530758 is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB83788-
CMYK0.060.9200.65
HSL296.3º85.26%18.63%-
HSV(B)296.3º92.05%34.51%-
XYZ5.42.79.47-
YUV38.96155.68159.41-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 46.63%
GREEN value IS 7 (3.12% from 255) = 3.93%
BLUE value IS 88 (34.77% from 255) = 49.44%
R=46.63%
G=3.93%
B=49.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal837880.060.9200.65296.385.2618.63
Hex5375865C0411285513
Octal12371306134010145012523
Binary10100111111011000110101110001000001100101000101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #530758

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #530758; }

 p { color: rgb(83,7,88); }

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

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

 a { background-color: rgb(83,7,88); }

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

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

 span { border-color: rgb(83,7,88); }

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