Html Css Color HEX #53184E Hot Purple

📋 copy color: '#53184E'

red 83 ◦ green 24 ◦ blue 78

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

Shades of Hot Purple #53184E

Tints of Hot Purple #53184E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 12.97%

 BLUE value IS 78 (30.86% from 255) = 42.16%

R = 44.86%
G = 12.97%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#53184E (or 0x53184E) is known color: Hot Purple. HEX triplet: 53, 18 and 4E. RGB value is (83,24,78). Sum of RGB (Red+Green+Blue) = 83+24+78=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 24 (9.77% from 255 or 12.97% from 185); Blue value is 78 (30.86% from 255 or 42.16% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53184E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #53184E is #ACE7B1. Grayscale: #2F2F2F. Windows color (decimal): -11331506 or 5118035. OLE color: 5118035.

HSL color Cylindrical-coordinate representation of color #53184E: hue angle of 305.08º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #53184E is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 24 78 -
CMYK 0 0.71 0.06 0.67
HSL 305.08º 0.55% 0.21% -
HSV(B) 305.08º 0.71% 0.33% -
XYZ 5.27 3.04 7.52 -
YUV 47.8 145.05 153.11 -
System Red Green Blue C M Y K H S L
Decimal 83 24 78 0 0.71 0.06 0.67 305.08 0.55 0.21
Hex 53 18 4E 0 47 6 43 131 37 15
Octal 123 30 116 0 107 6 103 461 67 25
Binary 1010011 11000 1001110 0 1000111 110 1000011 100110001 110111 10101

Color Harmonies of #53184E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53184E

Black with #53184E

Text Example


Text Example

White with #53184E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53184E; }

 p { color: rgb(83,24,78); }

 H1.HeaderClassName
 {
   color: #53184E;
 }
 .AnyTagClassName
 {
   color: #53184E;
 }
</style>

background-color css

<style>
 a { background-color: #53184E; }

 a { background-color: rgb(83,24,78); }

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

border-color css

<style>
 span { border-color: #53184E; }

 span { border-color: rgb(83,24,78); }

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