Html Css Color HEX #712A91 Vivid Violet

📋 copy color: '#712A91'

red 113 ◦ green 42 ◦ blue 145

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

Shades of Vivid Violet #712A91

Tints of Vivid Violet #712A91

RGB

 RED value IS 113 (44.53% from 255) = 37.67%

 GREEN value IS 42 (16.8% from 255) = 14%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 37.67%
G = 14%
B = 48.33%

CMYK

 C value IS 0.22

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712A91 (or 0x712A91) is known color: Vivid Violet. HEX triplet: 71, 2A and 91. RGB value is (113,42,145). Sum of RGB (Red+Green+Blue) = 113+42+145=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 42 (16.80% from 255 or 14% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #712A91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A91 is #8ED56E. Grayscale: #4A4A4A. Windows color (decimal): -9360751 or 9513585. OLE color: 9513585.

HSL color Cylindrical-coordinate representation of color #712A91: hue angle of 281.36º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #712A91 is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 42 145 -
CMYK 0.22 0.71 0 0.43
HSL 281.36º 0.55% 0.37% -
HSV(B) 281.36º 0.71% 0.57% -
XYZ 12.75 7.21 27.51 -
YUV 74.97 167.52 155.12 -
System Red Green Blue C M Y K H S L
Decimal 113 42 145 0.22 0.71 0 0.43 281.36 0.55 0.37
Hex 71 2A 91 16 47 0 2B 119 37 25
Octal 161 52 221 26 107 0 53 431 67 45
Binary 1110001 101010 10010001 10110 1000111 0 101011 100011001 110111 100101

Color Harmonies of #712A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A91

Black with #712A91

Text Example


Text Example

White with #712A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712A91; }

 p { color: rgb(113,42,145); }

 H1.HeaderClassName
 {
   color: #712A91;
 }
 .AnyTagClassName
 {
   color: #712A91;
 }
</style>

background-color css

<style>
 a { background-color: #712A91; }

 a { background-color: rgb(113,42,145); }

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

border-color css

<style>
 span { border-color: #712A91; }

 span { border-color: rgb(113,42,145); }

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