Html Css Color HEX #731B79 Dark Purple

📋 copy color: '#731B79'

red 115 ◦ green 27 ◦ blue 121

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

Shades of Dark Purple #731B79

Tints of Dark Purple #731B79

RGB

 RED value IS 115 (45.31% from 255) = 43.73%

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

 BLUE value IS 121 (47.66% from 255) = 46.01%

R = 43.73%
G = 10.27%
B = 46.01%

CMYK

 C value IS 0.05

 M value IS 0.78

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731B79 (or 0x731B79) is known color: Dark Purple. HEX triplet: 73, 1B and 79. RGB value is (115,27,121). Sum of RGB (Red+Green+Blue) = 115+27+121=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 27 (10.94% from 255 or 10.27% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 121 - color contains mainly: blue. Hex color #731B79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731B79 is #8CE486. Grayscale: #3F3F3F. Windows color (decimal): -9233543 or 7936883. OLE color: 7936883.

HSL color Cylindrical-coordinate representation of color #731B79: hue angle of 296.17º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #731B79 is Cyan = 0.05, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 27 121 -
CMYK 0.05 0.78 0 0.53
HSL 296.17º 0.64% 0.29% -
HSV(B) 296.17º 0.78% 0.47% -
XYZ 10.91 5.81 18.64 -
YUV 64.03 160.15 164.36 -
System Red Green Blue C M Y K H S L
Decimal 115 27 121 0.05 0.78 0 0.53 296.17 0.64 0.29
Hex 73 1B 79 5 4E 0 35 128 40 1D
Octal 163 33 171 5 116 0 65 450 100 35
Binary 1110011 11011 1111001 101 1001110 0 110101 100101000 1000000 11101

Color Harmonies of #731B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731B79

Black with #731B79

Text Example


Text Example

White with #731B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731B79; }

 p { color: rgb(115,27,121); }

 H1.HeaderClassName
 {
   color: #731B79;
 }
 .AnyTagClassName
 {
   color: #731B79;
 }
</style>

background-color css

<style>
 a { background-color: #731B79; }

 a { background-color: rgb(115,27,121); }

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

border-color css

<style>
 span { border-color: #731B79; }

 span { border-color: rgb(115,27,121); }

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