Html Css Color HEX #530859 Hot Purple

📋 copy color: '#530859'

red 83 ◦ green 8 ◦ blue 89

#530859
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Purple #530859

Tints of Hot Purple #530859

RGB

 RED value IS 83 (32.81% from 255) = 46.11%

 GREEN value IS 8 (3.52% from 255) = 4.44%

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 46.11%
G = 4.44%
B = 49.44%

CMYK

 C value IS 0.07

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530859 (or 0x530859) is known color: Hot Purple. HEX triplet: 53, 08 and 59. RGB value is (83,8,89). Sum of RGB (Red+Green+Blue) = 83+8+89=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #530859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530859 is #ACF7A6. Grayscale: #272727. Windows color (decimal): -11335591 or 5834835. OLE color: 5834835.

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

Color convert

RGB 83 8 89 -
CMYK 0.07 0.91 0 0.65
HSL 295.56º 0.84% 0.19% -
HSV(B) 295.56º 0.91% 0.35% -
XYZ 5.46 2.73 9.69 -
YUV 39.66 155.85 158.91 -
System Red Green Blue C M Y K H S L
Decimal 83 8 89 0.07 0.91 0 0.65 295.56 0.84 0.19
Hex 53 8 59 7 5B 0 41 128 54 13
Octal 123 10 131 7 133 0 101 450 124 23
Binary 1010011 1000 1011001 111 1011011 0 1000001 100101000 1010100 10011

Color Harmonies of #530859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530859

Black with #530859

Text Example


Text Example

White with #530859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530859; }

 p { color: rgb(83,8,89); }

 H1.HeaderClassName
 {
   color: #530859;
 }
 .AnyTagClassName
 {
   color: #530859;
 }
</style>

background-color css

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

 a { background-color: rgb(83,8,89); }

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

border-color css

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

 span { border-color: rgb(83,8,89); }

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