Html Css Color HEX #53175B Hot Purple

📋 copy color: '#53175B'

red 83 ◦ green 23 ◦ blue 91

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

Shades of Hot Purple #53175B

Tints of Hot Purple #53175B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 46.19%

R = 42.13%
G = 11.68%
B = 46.19%

CMYK

 C value IS 0.09

 M value IS 0.75

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53175B (or 0x53175B) is known color: Hot Purple. HEX triplet: 53, 17 and 5B. RGB value is (83,23,91). Sum of RGB (Red+Green+Blue) = 83+23+91=197 (26% of max value = 765). Red value is 83 (32.81% from 255 or 42.13% from 197); Green value is 23 (9.38% from 255 or 11.68% from 197); Blue value is 91 (35.94% from 255 or 46.19% from 197); Max value from RGB is 91 - color contains mainly: blue. Hex color #53175B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53175B is #ACE8A4. Grayscale: #303030. Windows color (decimal): -11331749 or 5969747. OLE color: 5969747.

HSL color Cylindrical-coordinate representation of color #53175B: hue angle of 292.94º degrees, saturation: 0.6, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #53175B is Cyan = 0.09, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 23 91 -
CMYK 0.09 0.75 0 0.64
HSL 292.94º 0.6% 0.22% -
HSV(B) 292.94º 0.75% 0.36% -
XYZ 5.76 3.21 10.21 -
YUV 48.69 151.88 152.47 -
System Red Green Blue C M Y K H S L
Decimal 83 23 91 0.09 0.75 0 0.64 292.94 0.6 0.22
Hex 53 17 5B 9 4B 0 40 125 3C 16
Octal 123 27 133 11 113 0 100 445 74 26
Binary 1010011 10111 1011011 1001 1001011 0 1000000 100100101 111100 10110

Color Harmonies of #53175B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53175B

Black with #53175B

Text Example


Text Example

White with #53175B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53175B; }

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

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

background-color css

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

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

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

border-color css

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

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

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