Html Css Color HEX #53085D Hot Purple

📋 copy color: '#53085D'

red 83 ◦ green 8 ◦ blue 93

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

Shades of Hot Purple #53085D

Tints of Hot Purple #53085D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.35%

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 45.11%
G = 4.35%
B = 50.54%

CMYK

 C value IS 0.11

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53085D (or 0x53085D) is known color: Hot Purple. HEX triplet: 53, 08 and 5D. RGB value is (83,8,93). Sum of RGB (Red+Green+Blue) = 83+8+93=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 8 (3.52% from 255 or 4.35% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #53085D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53085D is #ACF7A2. Grayscale: #272727. Windows color (decimal): -11335587 or 6096979. OLE color: 6096979.

HSL color Cylindrical-coordinate representation of color #53085D: hue angle of 292.94º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #53085D is Cyan = 0.11, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 8 93 -
CMYK 0.11 0.91 0 0.64
HSL 292.94º 0.84% 0.2% -
HSV(B) 292.94º 0.91% 0.36% -
XYZ 5.63 2.8 10.6 -
YUV 40.12 157.85 158.59 -
System Red Green Blue C M Y K H S L
Decimal 83 8 93 0.11 0.91 0 0.64 292.94 0.84 0.2
Hex 53 8 5D B 5B 0 40 125 54 14
Octal 123 10 135 13 133 0 100 445 124 24
Binary 1010011 1000 1011101 1011 1011011 0 1000000 100100101 1010100 10100

Color Harmonies of #53085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53085D

Black with #53085D

Text Example


Text Example

White with #53085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53085D; }

 p { color: rgb(83,8,93); }

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

background-color css

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

 a { background-color: rgb(83,8,93); }

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

border-color css

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

 span { border-color: rgb(83,8,93); }

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