Html Css Color HEX #731D87 Vivid Violet

📋 copy color: '#731D87'

red 115 ◦ green 29 ◦ blue 135

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

Shades of Vivid Violet #731D87

Tints of Vivid Violet #731D87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.39%

R = 41.22%
G = 10.39%
B = 48.39%

CMYK

 C value IS 0.15

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#731D87 (or 0x731D87) is known color: Vivid Violet. HEX triplet: 73, 1D and 87. RGB value is (115,29,135). Sum of RGB (Red+Green+Blue) = 115+29+135=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 135 (53.12% from 255 or 48.39% from 279); Max value from RGB is 135 - color contains mainly: blue. Hex color #731D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731D87 is #8CE278. Grayscale: #424242. Windows color (decimal): -9233017 or 8854899. OLE color: 8854899.

HSL color Cylindrical-coordinate representation of color #731D87: hue angle of 288.68º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #731D87 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 29 135 -
CMYK 0.15 0.79 0 0.47
HSL 288.68º 0.65% 0.32% -
HSV(B) 288.68º 0.79% 0.53% -
XYZ 11.88 6.27 23.51 -
YUV 66.8 166.49 162.38 -
System Red Green Blue C M Y K H S L
Decimal 115 29 135 0.15 0.79 0 0.47 288.68 0.65 0.32
Hex 73 1D 87 F 4F 0 2F 121 41 20
Octal 163 35 207 17 117 0 57 441 101 40
Binary 1110011 11101 10000111 1111 1001111 0 101111 100100001 1000001 100000

Color Harmonies of #731D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731D87

Black with #731D87

Text Example


Text Example

White with #731D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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