Html Css Color HEX #53085C Hot Purple

📋 copy color: '#53085C'

red 83 ◦ green 8 ◦ blue 92

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

Shades of Hot Purple #53085C

Tints of Hot Purple #53085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 50.27%

R = 45.36%
G = 4.37%
B = 50.27%

CMYK

 C value IS 0.10

 M value IS 0.91

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53085C (or 0x53085C) is known color: Hot Purple. HEX triplet: 53, 08 and 5C. RGB value is (83,8,92). Sum of RGB (Red+Green+Blue) = 83+8+92=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #53085C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53085C is #ACF7A3. Grayscale: #272727. Windows color (decimal): -11335588 or 6031443. OLE color: 6031443.

HSL color Cylindrical-coordinate representation of color #53085C: hue angle of 293.57º 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 #53085C is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 8 92 -
CMYK 0.10 0.91 0 0.64
HSL 293.57º 0.84% 0.2% -
HSV(B) 293.57º 0.91% 0.36% -
XYZ 5.59 2.79 10.37 -
YUV 40 157.35 158.67 -
System Red Green Blue C M Y K H S L
Decimal 83 8 92 0.10 0.91 0 0.64 293.57 0.84 0.2
Hex 53 8 5C A 5B 0 40 126 54 14
Octal 123 10 134 12 133 0 100 446 124 24
Binary 1010011 1000 1011100 1010 1011011 0 1000000 100100110 1010100 10100

Color Harmonies of #53085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53085C

Black with #53085C

Text Example


Text Example

White with #53085C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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