Html Css Color HEX #53165A Hot Purple

📋 copy color: '#53165A'

red 83 ◦ green 22 ◦ blue 90

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

Shades of Hot Purple #53165A

Tints of Hot Purple #53165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 46.15%

R = 42.56%
G = 11.28%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53165A (or 0x53165A) is known color: Hot Purple. HEX triplet: 53, 16 and 5A. RGB value is (83,22,90). Sum of RGB (Red+Green+Blue) = 83+22+90=195 (25% of max value = 765). Red value is 83 (32.81% from 255 or 42.56% from 195); Green value is 22 (8.98% from 255 or 11.28% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #53165A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53165A is #ACE9A5. Grayscale: #2F2F2F. Windows color (decimal): -11332006 or 5903955. OLE color: 5903955.

HSL color Cylindrical-coordinate representation of color #53165A: hue angle of 293.82º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #53165A is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 83 22 90 -
CMYK 0.08 0.76 0 0.65
HSL 293.82º 0.61% 0.22% -
HSV(B) 293.82º 0.76% 0.35% -
XYZ 5.7 3.15 9.98 -
YUV 47.99 151.71 152.97 -
System Red Green Blue C M Y K H S L
Decimal 83 22 90 0.08 0.76 0 0.65 293.82 0.61 0.22
Hex 53 16 5A 8 4C 0 41 126 3D 16
Octal 123 26 132 10 114 0 101 446 75 26
Binary 1010011 10110 1011010 1000 1001100 0 1000001 100100110 111101 10110

Color Harmonies of #53165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53165A

Black with #53165A

Text Example


Text Example

White with #53165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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