Html Css Color HEX #731D89 Vivid Violet

📋 copy color: '#731D89'

red 115 ◦ green 29 ◦ blue 137

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

Shades of Vivid Violet #731D89

Tints of Vivid Violet #731D89

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.32%

 BLUE value IS 137 (53.91% from 255) = 48.75%

R = 40.93%
G = 10.32%
B = 48.75%

CMYK

 C value IS 0.16

 M value IS 0.79

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#731D89 (or 0x731D89) is known color: Vivid Violet. HEX triplet: 73, 1D and 89. RGB value is (115,29,137). Sum of RGB (Red+Green+Blue) = 115+29+137=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 29 (11.72% from 255 or 10.32% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #731D89 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731D89 is #8CE276. Grayscale: #424242. Windows color (decimal): -9233015 or 8985971. OLE color: 8985971.

HSL color Cylindrical-coordinate representation of color #731D89: hue angle of 287.78º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731D89 is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 29 137 -
CMYK 0.16 0.79 0 0.46
HSL 287.78º 0.65% 0.33% -
HSV(B) 287.78º 0.79% 0.54% -
XYZ 12.02 6.33 24.25 -
YUV 67.03 167.49 162.22 -
System Red Green Blue C M Y K H S L
Decimal 115 29 137 0.16 0.79 0 0.46 287.78 0.65 0.33
Hex 73 1D 89 10 4F 0 2E 120 41 21
Octal 163 35 211 20 117 0 56 440 101 41
Binary 1110011 11101 10001001 10000 1001111 0 101110 100100000 1000001 100001

Color Harmonies of #731D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D89

Black with #731D89

Text Example


Text Example

White with #731D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,29,137); }

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

background-color css

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

 a { background-color: rgb(115,29,137); }

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

border-color css

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

 span { border-color: rgb(115,29,137); }

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