Html Css Color HEX #531758 Hot Purple

📋 copy color: '#531758'

red 83 ◦ green 23 ◦ blue 88

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

Shades of Hot Purple #531758

Tints of Hot Purple #531758

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.86%

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

R = 42.78%
G = 11.86%
B = 45.36%

CMYK

 C value IS 0.06

 M value IS 0.74

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#531758 (or 0x531758) is known color: Hot Purple. HEX triplet: 53, 17 and 58. RGB value is (83,23,88). Sum of RGB (Red+Green+Blue) = 83+23+88=194 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.78% from 194); Green value is 23 (9.38% from 255 or 11.86% from 194); Blue value is 88 (34.77% from 255 or 45.36% from 194); Max value from RGB is 88 - color contains mainly: blue. Hex color #531758 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #531758 is #ACE8A7. Grayscale: #303030. Windows color (decimal): -11331752 or 5773139. OLE color: 5773139.

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

Color convert

RGB 83 23 88 -
CMYK 0.06 0.74 0 0.65
HSL 295.38º 0.59% 0.22% -
HSV(B) 295.38º 0.74% 0.35% -
XYZ 5.64 3.16 9.54 -
YUV 48.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 83 23 88 0.06 0.74 0 0.65 295.38 0.59 0.22
Hex 53 17 58 6 4A 0 41 127 3B 16
Octal 123 27 130 6 112 0 101 447 73 26
Binary 1010011 10111 1011000 110 1001010 0 1000001 100100111 111011 10110

Color Harmonies of #531758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531758

Black with #531758

Text Example


Text Example

White with #531758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531758; }

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

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

background-color css

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

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

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

border-color css

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

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

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