Html Css Color HEX #53065D Hot Purple

📋 copy color: '#53065D'

red 83 ◦ green 6 ◦ blue 93

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

Shades of Hot Purple #53065D

Tints of Hot Purple #53065D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.3%

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

R = 45.6%
G = 3.3%
B = 51.1%

CMYK

 C value IS 0.11

 M value IS 0.94

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53065D (or 0x53065D) is known color: Hot Purple. HEX triplet: 53, 06 and 5D. RGB value is (83,6,93). Sum of RGB (Red+Green+Blue) = 83+6+93=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 6 (2.73% from 255 or 3.30% from 182); Blue value is 93 (36.72% from 255 or 51.10% from 182); Max value from RGB is 93 - color contains mainly: blue. Hex color #53065D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53065D is #ACF9A2. Grayscale: #262626. Windows color (decimal): -11336099 or 6096467. OLE color: 6096467.

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

Color convert

RGB 83 6 93 -
CMYK 0.11 0.94 0 0.64
HSL 293.1º 0.88% 0.19% -
HSV(B) 293.1º 0.94% 0.36% -
XYZ 5.61 2.76 10.59 -
YUV 38.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 83 6 93 0.11 0.94 0 0.64 293.1 0.88 0.19
Hex 53 6 5D B 5E 0 40 125 58 13
Octal 123 6 135 13 136 0 100 445 130 23
Binary 1010011 110 1011101 1011 1011110 0 1000000 100100101 1011000 10011

Color Harmonies of #53065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53065D

Black with #53065D

Text Example


Text Example

White with #53065D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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