Html Css Color HEX #530759 Hot Purple

📋 copy color: '#530759'

red 83 ◦ green 7 ◦ blue 89

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

Shades of Hot Purple #530759

Tints of Hot Purple #530759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.91%

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

R = 46.37%
G = 3.91%
B = 49.72%

CMYK

 C value IS 0.07

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#530759 (or 0x530759) is known color: Hot Purple. HEX triplet: 53, 07 and 59. RGB value is (83,7,89). Sum of RGB (Red+Green+Blue) = 83+7+89=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 7 (3.12% from 255 or 3.91% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #530759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #530759 is #ACF8A6. Grayscale: #262626. Windows color (decimal): -11335847 or 5834579. OLE color: 5834579.

HSL color Cylindrical-coordinate representation of color #530759: hue angle of 295.61º 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 #530759 is Cyan = 0.07, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 7 89 -
CMYK 0.07 0.92 0 0.65
HSL 295.61º 0.85% 0.19% -
HSV(B) 295.61º 0.92% 0.35% -
XYZ 5.45 2.71 9.69 -
YUV 39.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 83 7 89 0.07 0.92 0 0.65 295.61 0.85 0.19
Hex 53 7 59 7 5C 0 41 128 55 13
Octal 123 7 131 7 134 0 101 450 125 23
Binary 1010011 111 1011001 111 1011100 0 1000001 100101000 1010101 10011

Color Harmonies of #530759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530759

Black with #530759

Text Example


Text Example

White with #530759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530759; }

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

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

background-color css

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

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

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

border-color css

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

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

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