Html Css Color HEX #53305A Hot Purple

📋 copy color: '#53305A'

red 83 ◦ green 48 ◦ blue 90

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

Shades of Hot Purple #53305A

Tints of Hot Purple #53305A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.72%

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

R = 37.56%
G = 21.72%
B = 40.72%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#53305A (or 0x53305A) is known color: Hot Purple. HEX triplet: 53, 30 and 5A. RGB value is (83,48,90). Sum of RGB (Red+Green+Blue) = 83+48+90=221 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.56% from 221); Green value is 48 (19.14% from 255 or 21.72% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #53305A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #53305A is #ACCFA5. Grayscale: #3F3F3F. Windows color (decimal): -11325350 or 5910611. OLE color: 5910611.

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

Color convert

RGB 83 48 90 -
CMYK 0.08 0.47 0 0.65
HSL 290º 0.3% 0.27% -
HSV(B) 290º 0.47% 0.35% -
XYZ 6.47 4.69 10.24 -
YUV 63.25 143.1 142.08 -
System Red Green Blue C M Y K H S L
Decimal 83 48 90 0.08 0.47 0 0.65 290 0.3 0.27
Hex 53 30 5A 8 2F 0 41 122 1E 1B
Octal 123 60 132 10 57 0 101 442 36 33
Binary 1010011 110000 1011010 1000 101111 0 1000001 100100010 11110 11011

Color Harmonies of #53305A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53305A

Black with #53305A

Text Example


Text Example

White with #53305A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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