Html Css Color HEX #53365A Hot Purple

📋 copy color: '#53365A'

red 83 ◦ green 54 ◦ blue 90

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

Shades of Hot Purple #53365A

Tints of Hot Purple #53365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.79%

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

R = 36.56%
G = 23.79%
B = 39.65%

CMYK

 C value IS 0.08

 M value IS 0.40

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53365A (or 0x53365A) is known color: Hot Purple. HEX triplet: 53, 36 and 5A. RGB value is (83,54,90). Sum of RGB (Red+Green+Blue) = 83+54+90=227 (30% of max value = 765). Red value is 83 (32.81% from 255 or 36.56% from 227); Green value is 54 (21.48% from 255 or 23.79% from 227); Blue value is 90 (35.55% from 255 or 39.65% from 227); Max value from RGB is 90 - color contains mainly: blue. Hex color #53365A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53365A is #ACC9A5. Grayscale: #424242. Windows color (decimal): -11323814 or 5912147. OLE color: 5912147.

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

Color convert

RGB 83 54 90 -
CMYK 0.08 0.40 0 0.65
HSL 288.33º 0.25% 0.28% -
HSV(B) 288.33º 0.4% 0.35% -
XYZ 6.73 5.22 10.32 -
YUV 66.78 141.11 139.57 -
System Red Green Blue C M Y K H S L
Decimal 83 54 90 0.08 0.40 0 0.65 288.33 0.25 0.28
Hex 53 36 5A 8 28 0 41 120 19 1C
Octal 123 66 132 10 50 0 101 440 31 34
Binary 1010011 110110 1011010 1000 101000 0 1000001 100100000 11001 11100

Color Harmonies of #53365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53365A

Black with #53365A

Text Example


Text Example

White with #53365A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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