Html Css Color HEX #53075B Hot Purple

📋 copy color: '#53075B'

red 83 ◦ green 7 ◦ blue 91

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

Shades of Hot Purple #53075B

Tints of Hot Purple #53075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.87%

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

R = 45.86%
G = 3.87%
B = 50.28%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#53075B (or 0x53075B) is known color: Hot Purple. HEX triplet: 53, 07 and 5B. RGB value is (83,7,91). Sum of RGB (Red+Green+Blue) = 83+7+91=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 7 (3.12% from 255 or 3.87% from 181); Blue value is 91 (35.94% from 255 or 50.28% from 181); Max value from RGB is 91 - color contains mainly: blue. Hex color #53075B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53075B is #ACF8A4. Grayscale: #272727. Windows color (decimal): -11335845 or 5965651. OLE color: 5965651.

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

Color convert

RGB 83 7 91 -
CMYK 0.09 0.92 0 0.64
HSL 294.29º 0.86% 0.19% -
HSV(B) 294.29º 0.92% 0.36% -
XYZ 5.53 2.75 10.14 -
YUV 39.3 157.18 159.17 -
System Red Green Blue C M Y K H S L
Decimal 83 7 91 0.09 0.92 0 0.64 294.29 0.86 0.19
Hex 53 7 5B 9 5C 0 40 126 56 13
Octal 123 7 133 11 134 0 100 446 126 23
Binary 1010011 111 1011011 1001 1011100 0 1000000 100100110 1010110 10011

Color Harmonies of #53075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53075B

Black with #53075B

Text Example


Text Example

White with #53075B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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