Html Css Color HEX #731F83 Vivid Violet

📋 copy color: '#731F83'

red 115 ◦ green 31 ◦ blue 131

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

Shades of Vivid Violet #731F83

Tints of Vivid Violet #731F83

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.19%

 BLUE value IS 131 (51.56% from 255) = 47.29%

R = 41.52%
G = 11.19%
B = 47.29%

CMYK

 C value IS 0.12

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731F83 (or 0x731F83) is known color: Vivid Violet. HEX triplet: 73, 1F and 83. RGB value is (115,31,131). Sum of RGB (Red+Green+Blue) = 115+31+131=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 131 (51.56% from 255 or 47.29% from 277); Max value from RGB is 131 - color contains mainly: blue. Hex color #731F83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731F83 is #8CE07C. Grayscale: #434343. Windows color (decimal): -9232509 or 8593267. OLE color: 8593267.

HSL color Cylindrical-coordinate representation of color #731F83: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #731F83 is Cyan = 0.12, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 31 131 -
CMYK 0.12 0.76 0 0.49
HSL 290.4º 0.62% 0.32% -
HSV(B) 290.4º 0.76% 0.51% -
XYZ 11.66 6.26 22.07 -
YUV 67.52 163.83 161.87 -
System Red Green Blue C M Y K H S L
Decimal 115 31 131 0.12 0.76 0 0.49 290.4 0.62 0.32
Hex 73 1F 83 C 4C 0 31 122 3E 20
Octal 163 37 203 14 114 0 61 442 76 40
Binary 1110011 11111 10000011 1100 1001100 0 110001 100100010 111110 100000

Color Harmonies of #731F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731F83

Black with #731F83

Text Example


Text Example

White with #731F83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,31,131); }

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

background-color css

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

 a { background-color: rgb(115,31,131); }

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

border-color css

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

 span { border-color: rgb(115,31,131); }

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