Html Css Color HEX #53145F Hot Purple

📋 copy color: '#53145F'

red 83 ◦ green 20 ◦ blue 95

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

Shades of Hot Purple #53145F

Tints of Hot Purple #53145F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.1%

 BLUE value IS 95 (37.5% from 255) = 47.98%

R = 41.92%
G = 10.1%
B = 47.98%

CMYK

 C value IS 0.13

 M value IS 0.79

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#53145F (or 0x53145F) is known color: Hot Purple. HEX triplet: 53, 14 and 5F. RGB value is (83,20,95). Sum of RGB (Red+Green+Blue) = 83+20+95=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 20 (8.20% from 255 or 10.10% from 198); Blue value is 95 (37.5% from 255 or 47.98% from 198); Max value from RGB is 95 - color contains mainly: blue. Hex color #53145F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53145F is #ACEBA0. Grayscale: #2F2F2F. Windows color (decimal): -11332513 or 6231123. OLE color: 6231123.

HSL color Cylindrical-coordinate representation of color #53145F: hue angle of 290.4º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #53145F is Cyan = 0.13, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 83 20 95 -
CMYK 0.13 0.79 0 0.63
HSL 290.4º 0.65% 0.23% -
HSV(B) 290.4º 0.79% 0.37% -
XYZ 5.88 3.17 11.13 -
YUV 47.39 154.87 153.4 -
System Red Green Blue C M Y K H S L
Decimal 83 20 95 0.13 0.79 0 0.63 290.4 0.65 0.23
Hex 53 14 5F D 4F 0 3F 122 41 17
Octal 123 24 137 15 117 0 77 442 101 27
Binary 1010011 10100 1011111 1101 1001111 0 111111 100100010 1000001 10111

Color Harmonies of #53145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53145F

Black with #53145F

Text Example


Text Example

White with #53145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53145F; }

 p { color: rgb(83,20,95); }

 H1.HeaderClassName
 {
   color: #53145F;
 }
 .AnyTagClassName
 {
   color: #53145F;
 }
</style>

background-color css

<style>
 a { background-color: #53145F; }

 a { background-color: rgb(83,20,95); }

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

border-color css

<style>
 span { border-color: #53145F; }

 span { border-color: rgb(83,20,95); }

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