Html Css Color HEX #53114F Hot Purple

📋 copy color: '#53114F'

red 83 ◦ green 17 ◦ blue 79

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

Shades of Hot Purple #53114F

Tints of Hot Purple #53114F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.5%

 BLUE value IS 79 (31.25% from 255) = 44.13%

R = 46.37%
G = 9.5%
B = 44.13%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#53114F (or 0x53114F) is known color: Hot Purple. HEX triplet: 53, 11 and 4F. RGB value is (83,17,79). Sum of RGB (Red+Green+Blue) = 83+17+79=179 (23% of max value = 765). Red value is 83 (32.81% from 255 or 46.37% from 179); Green value is 17 (7.03% from 255 or 9.50% from 179); Blue value is 79 (31.25% from 255 or 44.13% from 179); Max value from RGB is 83 - color contains mainly: red. Hex color #53114F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53114F is #ACEEB0. Grayscale: #2B2B2B. Windows color (decimal): -11333297 or 5181779. OLE color: 5181779.

HSL color Cylindrical-coordinate representation of color #53114F: hue angle of 303.64º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #53114F is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 17 79 -
CMYK 0 0.80 0.05 0.67
HSL 303.64º 0.66% 0.2% -
HSV(B) 303.64º 0.8% 0.33% -
XYZ 5.18 2.8 7.67 -
YUV 43.8 147.87 155.96 -
System Red Green Blue C M Y K H S L
Decimal 83 17 79 0 0.80 0.05 0.67 303.64 0.66 0.2
Hex 53 11 4F 0 50 5 43 130 42 14
Octal 123 21 117 0 120 5 103 460 102 24
Binary 1010011 10001 1001111 0 1010000 101 1000011 100110000 1000010 10100

Color Harmonies of #53114F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53114F

Black with #53114F

Text Example


Text Example

White with #53114F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,17,79); }

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

background-color css

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

 a { background-color: rgb(83,17,79); }

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

border-color css

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

 span { border-color: rgb(83,17,79); }

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