Html Css Color HEX #731A9A Vivid Violet

📋 copy color: '#731A9A'

red 115 ◦ green 26 ◦ blue 154

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

Shades of Vivid Violet #731A9A

Tints of Vivid Violet #731A9A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.81%

 BLUE value IS 154 (60.55% from 255) = 52.2%

R = 38.98%
G = 8.81%
B = 52.2%

CMYK

 C value IS 0.25

 M value IS 0.83

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#731A9A (or 0x731A9A) is known color: Vivid Violet. HEX triplet: 73, 1A and 9A. RGB value is (115,26,154). Sum of RGB (Red+Green+Blue) = 115+26+154=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 26 (10.55% from 255 or 8.81% from 295); Blue value is 154 (60.55% from 255 or 52.20% from 295); Max value from RGB is 154 - color contains mainly: blue. Hex color #731A9A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #731A9A is #8CE565. Grayscale: #424242. Windows color (decimal): -9233766 or 10099315. OLE color: 10099315.

HSL color Cylindrical-coordinate representation of color #731A9A: hue angle of 281.72º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #731A9A is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 26 154 -
CMYK 0.25 0.83 0 0.40
HSL 281.72º 0.71% 0.35% -
HSV(B) 281.72º 0.83% 0.6% -
XYZ 13.27 6.72 31.17 -
YUV 67.2 176.99 162.09 -
System Red Green Blue C M Y K H S L
Decimal 115 26 154 0.25 0.83 0 0.40 281.72 0.71 0.35
Hex 73 1A 9A 19 53 0 28 11A 47 23
Octal 163 32 232 31 123 0 50 432 107 43
Binary 1110011 11010 10011010 11001 1010011 0 101000 100011010 1000111 100011

Color Harmonies of #731A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731A9A

Black with #731A9A

Text Example


Text Example

White with #731A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,26,154); }

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

background-color css

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

 a { background-color: rgb(115,26,154); }

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

border-color css

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

 span { border-color: rgb(115,26,154); }

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