Html Css Color HEX #731C77 Dark Purple

📋 copy color: '#731C77'

red 115 ◦ green 28 ◦ blue 119

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

Shades of Dark Purple #731C77

Tints of Dark Purple #731C77

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.69%

 BLUE value IS 119 (46.88% from 255) = 45.42%

R = 43.89%
G = 10.69%
B = 45.42%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731C77 (or 0x731C77) is known color: Dark Purple. HEX triplet: 73, 1C and 77. RGB value is (115,28,119). Sum of RGB (Red+Green+Blue) = 115+28+119=262 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.89% from 262); Green value is 28 (11.33% from 255 or 10.69% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 119 - color contains mainly: blue. Hex color #731C77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #731C77 is #8CE388. Grayscale: #404040. Windows color (decimal): -9233289 or 7806067. OLE color: 7806067.

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

Color convert

RGB 115 28 119 -
CMYK 0.03 0.76 0 0.53
HSL 297.36º 0.62% 0.29% -
HSV(B) 297.36º 0.76% 0.47% -
XYZ 10.82 5.81 18 -
YUV 64.39 158.82 164.1 -
System Red Green Blue C M Y K H S L
Decimal 115 28 119 0.03 0.76 0 0.53 297.36 0.62 0.29
Hex 73 1C 77 3 4C 0 35 129 3E 1D
Octal 163 34 167 3 114 0 65 451 76 35
Binary 1110011 11100 1110111 11 1001100 0 110101 100101001 111110 11101

Color Harmonies of #731C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C77

Black with #731C77

Text Example


Text Example

White with #731C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,28,119); }

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

background-color css

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

 a { background-color: rgb(115,28,119); }

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

border-color css

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

 span { border-color: rgb(115,28,119); }

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