Html Css Color HEX #53395A Hot Purple

📋 copy color: '#53395A'

red 83 ◦ green 57 ◦ blue 90

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

Shades of Hot Purple #53395A

Tints of Hot Purple #53395A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.78%

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

R = 36.09%
G = 24.78%
B = 39.13%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53395A (or 0x53395A) is known color: Hot Purple. HEX triplet: 53, 39 and 5A. RGB value is (83,57,90). Sum of RGB (Red+Green+Blue) = 83+57+90=230 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.09% from 230); Green value is 57 (22.66% from 255 or 24.78% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 90 - color contains mainly: blue. Hex color #53395A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53395A is #ACC6A5. Grayscale: #444444. Windows color (decimal): -11323046 or 5912915. OLE color: 5912915.

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

Color convert

RGB 83 57 90 -
CMYK 0.08 0.37 0 0.65
HSL 287.27º 0.22% 0.29% -
HSV(B) 287.27º 0.37% 0.35% -
XYZ 6.88 5.5 10.37 -
YUV 68.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 83 57 90 0.08 0.37 0 0.65 287.27 0.22 0.29
Hex 53 39 5A 8 25 0 41 11F 16 1D
Octal 123 71 132 10 45 0 101 437 26 35
Binary 1010011 111001 1011010 1000 100101 0 1000001 100011111 10110 11101

Color Harmonies of #53395A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53395A

Black with #53395A

Text Example


Text Example

White with #53395A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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