Html Css Color HEX #531B4F Hot Purple

📋 copy color: '#531B4F'

red 83 ◦ green 27 ◦ blue 79

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

Shades of Hot Purple #531B4F

Tints of Hot Purple #531B4F

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.29%

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

R = 43.92%
G = 14.29%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.67

RGB Variations

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

Color information

#531B4F (or 0x531B4F) is known color: Hot Purple. HEX triplet: 53, 1B and 4F. RGB value is (83,27,79). Sum of RGB (Red+Green+Blue) = 83+27+79=189 (25% of max value = 765). Red value is 83 (32.81% from 255 or 43.92% from 189); Green value is 27 (10.94% from 255 or 14.29% from 189); Blue value is 79 (31.25% from 255 or 41.80% from 189); Max value from RGB is 83 - color contains mainly: red. Hex color #531B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #531B4F is #ACE4B0. Grayscale: #313131. Windows color (decimal): -11330737 or 5184339. OLE color: 5184339.

HSL color Cylindrical-coordinate representation of color #531B4F: hue angle of 304.29º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #531B4F is Cyan = 0, Magento = 0.67, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 27 79 -
CMYK 0 0.67 0.05 0.67
HSL 304.29º 0.51% 0.22% -
HSV(B) 304.29º 0.67% 0.33% -
XYZ 5.37 3.19 7.73 -
YUV 49.67 144.55 151.77 -
System Red Green Blue C M Y K H S L
Decimal 83 27 79 0 0.67 0.05 0.67 304.29 0.51 0.22
Hex 53 1B 4F 0 43 5 43 130 33 16
Octal 123 33 117 0 103 5 103 460 63 26
Binary 1010011 11011 1001111 0 1000011 101 1000011 100110000 110011 10110

Color Harmonies of #531B4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #531B4F

Black with #531B4F

Text Example


Text Example

White with #531B4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #531B4F; }

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

 H1.HeaderClassName
 {
   color: #531B4F;
 }
 .AnyTagClassName
 {
   color: #531B4F;
 }
</style>

background-color css

<style>
 a { background-color: #531B4F; }

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

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

border-color css

<style>
 span { border-color: #531B4F; }

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

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