Html Css Color HEX #53065B Hot Purple

📋 copy color: '#53065B'

red 83 ◦ green 6 ◦ blue 91

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

Shades of Hot Purple #53065B

Tints of Hot Purple #53065B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 50.56%

R = 46.11%
G = 3.33%
B = 50.56%

CMYK

 C value IS 0.09

 M value IS 0.93

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53065B (or 0x53065B) is known color: Hot Purple. HEX triplet: 53, 06 and 5B. RGB value is (83,6,91). Sum of RGB (Red+Green+Blue) = 83+6+91=180 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.11% from 180); Green value is 6 (2.73% from 255 or 3.33% from 180); Blue value is 91 (35.94% from 255 or 50.56% from 180); Max value from RGB is 91 - color contains mainly: blue. Hex color #53065B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53065B is #ACF9A4. Grayscale: #262626. Windows color (decimal): -11336101 or 5965395. OLE color: 5965395.

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

Color convert

RGB 83 6 91 -
CMYK 0.09 0.93 0 0.64
HSL 294.35º 0.88% 0.19% -
HSV(B) 294.35º 0.93% 0.36% -
XYZ 5.52 2.72 10.13 -
YUV 38.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 83 6 91 0.09 0.93 0 0.64 294.35 0.88 0.19
Hex 53 6 5B 9 5D 0 40 126 58 13
Octal 123 6 133 11 135 0 100 446 130 23
Binary 1010011 110 1011011 1001 1011101 0 1000000 100100110 1011000 10011

Color Harmonies of #53065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53065B

Black with #53065B

Text Example


Text Example

White with #53065B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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