Html Css Color HEX #53165E Hot Purple

📋 copy color: '#53165E'

red 83 ◦ green 22 ◦ blue 94

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

Shades of Hot Purple #53165E

Tints of Hot Purple #53165E

RGB

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

 GREEN value IS 22 (8.98% from 255) = 11.06%

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 41.71%
G = 11.06%
B = 47.24%

CMYK

 C value IS 0.12

 M value IS 0.77

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53165E (or 0x53165E) is known color: Hot Purple. HEX triplet: 53, 16 and 5E. RGB value is (83,22,94). Sum of RGB (Red+Green+Blue) = 83+22+94=199 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.71% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #53165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53165E is #ACE9A1. Grayscale: #303030. Windows color (decimal): -11332002 or 6166099. OLE color: 6166099.

HSL color Cylindrical-coordinate representation of color #53165E: hue angle of 290.83º degrees, saturation: 0.62, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #53165E is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 22 94 -
CMYK 0.12 0.77 0 0.63
HSL 290.83º 0.62% 0.23% -
HSV(B) 290.83º 0.77% 0.37% -
XYZ 5.87 3.22 10.9 -
YUV 48.45 153.71 152.65 -
System Red Green Blue C M Y K H S L
Decimal 83 22 94 0.12 0.77 0 0.63 290.83 0.62 0.23
Hex 53 16 5E C 4D 0 3F 123 3E 17
Octal 123 26 136 14 115 0 77 443 76 27
Binary 1010011 10110 1011110 1100 1001101 0 111111 100100011 111110 10111

Color Harmonies of #53165E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53165E

Black with #53165E

Text Example


Text Example

White with #53165E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53165E; }

 p { color: rgb(83,22,94); }

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

background-color css

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

 a { background-color: rgb(83,22,94); }

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

border-color css

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

 span { border-color: rgb(83,22,94); }

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