Html Css Color HEX #531859 Hot Purple

📋 copy color: '#531859'

red 83 ◦ green 24 ◦ blue 89

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

Shades of Hot Purple #531859

Tints of Hot Purple #531859

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.24%

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

R = 42.35%
G = 12.24%
B = 45.41%

CMYK

 C value IS 0.07

 M value IS 0.73

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#531859 (or 0x531859) is known color: Hot Purple. HEX triplet: 53, 18 and 59. RGB value is (83,24,89). Sum of RGB (Red+Green+Blue) = 83+24+89=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 24 (9.77% from 255 or 12.24% from 196); Blue value is 89 (35.16% from 255 or 45.41% from 196); Max value from RGB is 89 - color contains mainly: blue. Hex color #531859 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531859 is #ACE7A6. Grayscale: #303030. Windows color (decimal): -11331495 or 5838931. OLE color: 5838931.

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

Color convert

RGB 83 24 89 -
CMYK 0.07 0.73 0 0.65
HSL 294.46º 0.58% 0.22% -
HSV(B) 294.46º 0.73% 0.35% -
XYZ 5.7 3.21 9.77 -
YUV 49.05 150.55 152.21 -
System Red Green Blue C M Y K H S L
Decimal 83 24 89 0.07 0.73 0 0.65 294.46 0.58 0.22
Hex 53 18 59 7 49 0 41 126 3A 16
Octal 123 30 131 7 111 0 101 446 72 26
Binary 1010011 11000 1011001 111 1001001 0 1000001 100100110 111010 10110

Color Harmonies of #531859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531859

Black with #531859

Text Example


Text Example

White with #531859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531859; }

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

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

background-color css

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

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

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

border-color css

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

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

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