Html Css Color HEX #7312A4 Vivid Violet

📋 copy color: '#7312A4'

red 115 ◦ green 18 ◦ blue 164

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

Shades of Vivid Violet #7312A4

Tints of Vivid Violet #7312A4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 164 (64.45% from 255) = 55.22%

R = 38.72%
G = 6.06%
B = 55.22%

CMYK

 C value IS 0.30

 M value IS 0.89

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#7312A4 (or 0x7312A4) is known color: Vivid Violet. HEX triplet: 73, 12 and A4. RGB value is (115,18,164). Sum of RGB (Red+Green+Blue) = 115+18+164=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 164 (64.45% from 255 or 55.22% from 297); Max value from RGB is 164 - color contains mainly: blue. Hex color #7312A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7312A4 is #8CED5B. Grayscale: #3F3F3F. Windows color (decimal): -9235804 or 10752627. OLE color: 10752627.

HSL color Cylindrical-coordinate representation of color #7312A4: hue angle of 279.86º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7312A4 is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 115 18 164 -
CMYK 0.30 0.89 0 0.36
HSL 279.86º 0.8% 0.36% -
HSV(B) 279.86º 0.89% 0.64% -
XYZ 13.99 6.76 35.69 -
YUV 63.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 115 18 164 0.30 0.89 0 0.36 279.86 0.8 0.36
Hex 73 12 A4 1E 59 0 24 118 50 24
Octal 163 22 244 36 131 0 44 430 120 44
Binary 1110011 10010 10100100 11110 1011001 0 100100 100011000 1010000 100100

Color Harmonies of #7312A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7312A4

Black with #7312A4

Text Example


Text Example

White with #7312A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7312A4; }

 p { color: rgb(115,18,164); }

 H1.HeaderClassName
 {
   color: #7312A4;
 }
 .AnyTagClassName
 {
   color: #7312A4;
 }
</style>

background-color css

<style>
 a { background-color: #7312A4; }

 a { background-color: rgb(115,18,164); }

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

border-color css

<style>
 span { border-color: #7312A4; }

 span { border-color: rgb(115,18,164); }

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