Html Css Color HEX #53035D Hot Purple

📋 copy color: '#53035D'

red 83 ◦ green 3 ◦ blue 93

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

Shades of Hot Purple #53035D

Tints of Hot Purple #53035D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.68%

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

R = 46.37%
G = 1.68%
B = 51.96%

CMYK

 C value IS 0.11

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53035D (or 0x53035D) is known color: Hot Purple. HEX triplet: 53, 03 and 5D. RGB value is (83,3,93). Sum of RGB (Red+Green+Blue) = 83+3+93=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 3 (1.56% from 255 or 1.68% from 179); Blue value is 93 (36.72% from 255 or 51.96% from 179); Max value from RGB is 93 - color contains mainly: blue. Hex color #53035D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53035D is #ACFCA2. Grayscale: #242424. Windows color (decimal): -11336867 or 6095699. OLE color: 6095699.

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

Color convert

RGB 83 3 93 -
CMYK 0.11 0.97 0 0.64
HSL 293.33º 0.94% 0.19% -
HSV(B) 293.33º 0.97% 0.36% -
XYZ 5.58 2.69 10.58 -
YUV 37.18 159.5 160.68 -
System Red Green Blue C M Y K H S L
Decimal 83 3 93 0.11 0.97 0 0.64 293.33 0.94 0.19
Hex 53 3 5D B 61 0 40 125 5E 13
Octal 123 3 135 13 141 0 100 445 136 23
Binary 1010011 11 1011101 1011 1100001 0 1000000 100100101 1011110 10011

Color Harmonies of #53035D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53035D

Black with #53035D

Text Example


Text Example

White with #53035D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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