Html Css Color HEX #53295B Hot Purple

📋 copy color: '#53295B'

red 83 ◦ green 41 ◦ blue 91

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

Shades of Hot Purple #53295B

Tints of Hot Purple #53295B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.07%

 BLUE value IS 91 (35.94% from 255) = 42.33%

R = 38.6%
G = 19.07%
B = 42.33%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53295B (or 0x53295B) is known color: Hot Purple. HEX triplet: 53, 29 and 5B. RGB value is (83,41,91). Sum of RGB (Red+Green+Blue) = 83+41+91=215 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.60% from 215); Green value is 41 (16.41% from 255 or 19.07% from 215); Blue value is 91 (35.94% from 255 or 42.33% from 215); Max value from RGB is 91 - color contains mainly: blue. Hex color #53295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53295B is #ACD6A4. Grayscale: #3B3B3B. Windows color (decimal): -11327141 or 5974355. OLE color: 5974355.

HSL color Cylindrical-coordinate representation of color #53295B: hue angle of 290.4º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53295B is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 41 91 -
CMYK 0.09 0.55 0 0.64
HSL 290.4º 0.38% 0.26% -
HSV(B) 290.4º 0.55% 0.36% -
XYZ 6.25 4.18 10.38 -
YUV 59.26 145.91 144.93 -
System Red Green Blue C M Y K H S L
Decimal 83 41 91 0.09 0.55 0 0.64 290.4 0.38 0.26
Hex 53 29 5B 9 37 0 40 122 26 1A
Octal 123 51 133 11 67 0 100 442 46 32
Binary 1010011 101001 1011011 1001 110111 0 1000000 100100010 100110 11010

Color Harmonies of #53295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53295B

Black with #53295B

Text Example


Text Example

White with #53295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53295B; }

 p { color: rgb(83,41,91); }

 H1.HeaderClassName
 {
   color: #53295B;
 }
 .AnyTagClassName
 {
   color: #53295B;
 }
</style>

background-color css

<style>
 a { background-color: #53295B; }

 a { background-color: rgb(83,41,91); }

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

border-color css

<style>
 span { border-color: #53295B; }

 span { border-color: rgb(83,41,91); }

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