Html Css Color HEX #7313A2 Vivid Violet

📋 copy color: '#7313A2'

red 115 ◦ green 19 ◦ blue 162

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

Shades of Vivid Violet #7313A2

Tints of Vivid Violet #7313A2

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.42%

 BLUE value IS 162 (63.67% from 255) = 54.73%

R = 38.85%
G = 6.42%
B = 54.73%

CMYK

 C value IS 0.29

 M value IS 0.88

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7313A2 (or 0x7313A2) is known color: Vivid Violet. HEX triplet: 73, 13 and A2. RGB value is (115,19,162). Sum of RGB (Red+Green+Blue) = 115+19+162=296 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.85% from 296); Green value is 19 (7.81% from 255 or 6.42% from 296); Blue value is 162 (63.67% from 255 or 54.73% from 296); Max value from RGB is 162 - color contains mainly: blue. Hex color #7313A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7313A2 is #8CEC5D. Grayscale: #3F3F3F. Windows color (decimal): -9235550 or 10621811. OLE color: 10621811.

HSL color Cylindrical-coordinate representation of color #7313A2: hue angle of 280.28º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7313A2 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 19 162 -
CMYK 0.29 0.88 0 0.36
HSL 280.28º 0.79% 0.35% -
HSV(B) 280.28º 0.88% 0.64% -
XYZ 13.82 6.72 34.75 -
YUV 64.01 183.3 164.37 -
System Red Green Blue C M Y K H S L
Decimal 115 19 162 0.29 0.88 0 0.36 280.28 0.79 0.35
Hex 73 13 A2 1D 58 0 24 118 4F 23
Octal 163 23 242 35 130 0 44 430 117 43
Binary 1110011 10011 10100010 11101 1011000 0 100100 100011000 1001111 100011

Color Harmonies of #7313A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7313A2

Black with #7313A2

Text Example


Text Example

White with #7313A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7313A2; }

 p { color: rgb(115,19,162); }

 H1.HeaderClassName
 {
   color: #7313A2;
 }
 .AnyTagClassName
 {
   color: #7313A2;
 }
</style>

background-color css

<style>
 a { background-color: #7313A2; }

 a { background-color: rgb(115,19,162); }

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

border-color css

<style>
 span { border-color: #7313A2; }

 span { border-color: rgb(115,19,162); }

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