Html Css Color HEX #53285C Hot Purple

📋 copy color: '#53285C'

red 83 ◦ green 40 ◦ blue 92

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

Shades of Hot Purple #53285C

Tints of Hot Purple #53285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.6%

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

R = 38.6%
G = 18.6%
B = 42.79%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53285C (or 0x53285C) is known color: Hot Purple. HEX triplet: 53, 28 and 5C. RGB value is (83,40,92). Sum of RGB (Red+Green+Blue) = 83+40+92=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 40 (16.02% from 255 or 18.60% from 215); Blue value is 92 (36.33% from 255 or 42.79% from 215); Max value from RGB is 92 - color contains mainly: blue. Hex color #53285C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53285C is #ACD7A3. Grayscale: #3A3A3A. Windows color (decimal): -11327396 or 6039635. OLE color: 6039635.

HSL color Cylindrical-coordinate representation of color #53285C: hue angle of 289.62º degrees, saturation: 0.39, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #53285C is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 40 92 -
CMYK 0.10 0.57 0 0.64
HSL 289.62º 0.39% 0.26% -
HSV(B) 289.62º 0.57% 0.36% -
XYZ 6.26 4.13 10.59 -
YUV 58.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 83 40 92 0.10 0.57 0 0.64 289.62 0.39 0.26
Hex 53 28 5C A 39 0 40 122 27 1A
Octal 123 50 134 12 71 0 100 442 47 32
Binary 1010011 101000 1011100 1010 111001 0 1000000 100100010 100111 11010

Color Harmonies of #53285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53285C

Black with #53285C

Text Example


Text Example

White with #53285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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