Html Css Color HEX #53325B Hot Purple

📋 copy color: '#53325B'

red 83 ◦ green 50 ◦ blue 91

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

Shades of Hot Purple #53325B

Tints of Hot Purple #53325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.32%

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

R = 37.05%
G = 22.32%
B = 40.63%

CMYK

 C value IS 0.09

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53325B (or 0x53325B) is known color: Hot Purple. HEX triplet: 53, 32 and 5B. RGB value is (83,50,91). Sum of RGB (Red+Green+Blue) = 83+50+91=224 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.05% from 224); Green value is 50 (19.92% from 255 or 22.32% from 224); Blue value is 91 (35.94% from 255 or 40.62% from 224); Max value from RGB is 91 - color contains mainly: blue. Hex color #53325B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53325B is #ACCDA4. Grayscale: #404040. Windows color (decimal): -11324837 or 5976659. OLE color: 5976659.

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

Color convert

RGB 83 50 91 -
CMYK 0.09 0.45 0 0.64
HSL 288.29º 0.29% 0.28% -
HSV(B) 288.29º 0.45% 0.36% -
XYZ 6.6 4.88 10.49 -
YUV 64.54 142.93 141.17 -
System Red Green Blue C M Y K H S L
Decimal 83 50 91 0.09 0.45 0 0.64 288.29 0.29 0.28
Hex 53 32 5B 9 2D 0 40 120 1D 1C
Octal 123 62 133 11 55 0 100 440 35 34
Binary 1010011 110010 1011011 1001 101101 0 1000000 100100000 11101 11100

Color Harmonies of #53325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53325B

Black with #53325B

Text Example


Text Example

White with #53325B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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