Html Css Color HEX #53055D Hot Purple

📋 copy color: '#53055D'

red 83 ◦ green 5 ◦ blue 93

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

Shades of Hot Purple #53055D

Tints of Hot Purple #53055D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.76%

 BLUE value IS 93 (36.72% from 255) = 51.38%

R = 45.86%
G = 2.76%
B = 51.38%

CMYK

 C value IS 0.11

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53055D (or 0x53055D) is known color: Hot Purple. HEX triplet: 53, 05 and 5D. RGB value is (83,5,93). Sum of RGB (Red+Green+Blue) = 83+5+93=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 5 (2.34% from 255 or 2.76% from 181); Blue value is 93 (36.72% from 255 or 51.38% from 181); Max value from RGB is 93 - color contains mainly: blue. Hex color #53055D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53055D is #ACFAA2. Grayscale: #262626. Windows color (decimal): -11336355 or 6096211. OLE color: 6096211.

HSL color Cylindrical-coordinate representation of color #53055D: hue angle of 293.18º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #53055D is Cyan = 0.11, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 83 5 93 -
CMYK 0.11 0.95 0 0.64
HSL 293.18º 0.9% 0.19% -
HSV(B) 293.18º 0.95% 0.36% -
XYZ 5.6 2.74 10.59 -
YUV 38.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 83 5 93 0.11 0.95 0 0.64 293.18 0.9 0.19
Hex 53 5 5D B 5F 0 40 125 5A 13
Octal 123 5 135 13 137 0 100 445 132 23
Binary 1010011 101 1011101 1011 1011111 0 1000000 100100101 1011010 10011

Color Harmonies of #53055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53055D

Black with #53055D

Text Example


Text Example

White with #53055D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53055D; }

 p { color: rgb(83,5,93); }

 H1.HeaderClassName
 {
   color: #53055D;
 }
 .AnyTagClassName
 {
   color: #53055D;
 }
</style>

background-color css

<style>
 a { background-color: #53055D; }

 a { background-color: rgb(83,5,93); }

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

border-color css

<style>
 span { border-color: #53055D; }

 span { border-color: rgb(83,5,93); }

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