Html Css Color HEX #53255A Hot Purple

📋 copy color: '#53255A'

red 83 ◦ green 37 ◦ blue 90

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

Shades of Hot Purple #53255A

Tints of Hot Purple #53255A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.62%

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

R = 39.52%
G = 17.62%
B = 42.86%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53255A (or 0x53255A) is known color: Hot Purple. HEX triplet: 53, 25 and 5A. RGB value is (83,37,90). Sum of RGB (Red+Green+Blue) = 83+37+90=210 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.52% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 90 (35.55% from 255 or 42.86% from 210); Max value from RGB is 90 - color contains mainly: blue. Hex color #53255A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53255A is #ACDAA5. Grayscale: #383838. Windows color (decimal): -11328166 or 5907795. OLE color: 5907795.

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

Color convert

RGB 83 37 90 -
CMYK 0.08 0.59 0 0.65
HSL 292.08º 0.42% 0.25% -
HSV(B) 292.08º 0.59% 0.35% -
XYZ 6.07 3.9 10.11 -
YUV 56.8 146.74 146.69 -
System Red Green Blue C M Y K H S L
Decimal 83 37 90 0.08 0.59 0 0.65 292.08 0.42 0.25
Hex 53 25 5A 8 3B 0 41 124 2A 19
Octal 123 45 132 10 73 0 101 444 52 31
Binary 1010011 100101 1011010 1000 111011 0 1000001 100100100 101010 11001

Color Harmonies of #53255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53255A

Black with #53255A

Text Example


Text Example

White with #53255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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