Html Css Color HEX #731C9F Vivid Violet

📋 copy color: '#731C9F'

red 115 ◦ green 28 ◦ blue 159

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

Shades of Vivid Violet #731C9F

Tints of Vivid Violet #731C9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 52.65%

R = 38.08%
G = 9.27%
B = 52.65%

CMYK

 C value IS 0.28

 M value IS 0.82

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#731C9F (or 0x731C9F) is known color: Vivid Violet. HEX triplet: 73, 1C and 9F. RGB value is (115,28,159). Sum of RGB (Red+Green+Blue) = 115+28+159=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 159 (62.5% from 255 or 52.65% from 302); Max value from RGB is 159 - color contains mainly: blue. Hex color #731C9F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731C9F is #8CE360. Grayscale: #444444. Windows color (decimal): -9233249 or 10427507. OLE color: 10427507.

HSL color Cylindrical-coordinate representation of color #731C9F: hue angle of 279.85º degrees, saturation: 0.7, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #731C9F is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 28 159 -
CMYK 0.28 0.82 0 0.38
HSL 279.85º 0.7% 0.37% -
HSV(B) 279.85º 0.82% 0.62% -
XYZ 13.74 6.98 33.42 -
YUV 68.95 178.82 160.85 -
System Red Green Blue C M Y K H S L
Decimal 115 28 159 0.28 0.82 0 0.38 279.85 0.7 0.37
Hex 73 1C 9F 1C 52 0 26 118 46 25
Octal 163 34 237 34 122 0 46 430 106 45
Binary 1110011 11100 10011111 11100 1010010 0 100110 100011000 1000110 100101

Color Harmonies of #731C9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731C9F

Black with #731C9F

Text Example


Text Example

White with #731C9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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