Html Css Color HEX #531958 Hot Purple

📋 copy color: '#531958'

red 83 ◦ green 25 ◦ blue 88

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

Shades of Hot Purple #531958

Tints of Hot Purple #531958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 12.76%

 BLUE value IS 88 (34.77% from 255) = 44.9%

R = 42.35%
G = 12.76%
B = 44.9%

CMYK

 C value IS 0.06

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#531958 (or 0x531958) is known color: Hot Purple. HEX triplet: 53, 19 and 58. RGB value is (83,25,88). Sum of RGB (Red+Green+Blue) = 83+25+88=196 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.35% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 88 (34.77% from 255 or 44.90% from 196); Max value from RGB is 88 - color contains mainly: blue. Hex color #531958 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531958 is #ACE6A7. Grayscale: #313131. Windows color (decimal): -11331240 or 5773651. OLE color: 5773651.

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

Color convert

RGB 83 25 88 -
CMYK 0.06 0.72 0 0.65
HSL 295.24º 0.56% 0.22% -
HSV(B) 295.24º 0.72% 0.35% -
XYZ 5.68 3.24 9.56 -
YUV 49.52 149.72 151.88 -
System Red Green Blue C M Y K H S L
Decimal 83 25 88 0.06 0.72 0 0.65 295.24 0.56 0.22
Hex 53 19 58 6 48 0 41 127 38 16
Octal 123 31 130 6 110 0 101 447 70 26
Binary 1010011 11001 1011000 110 1001000 0 1000001 100100111 111000 10110

Color Harmonies of #531958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531958

Black with #531958

Text Example


Text Example

White with #531958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531958; }

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

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

background-color css

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

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

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

border-color css

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

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

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