Html Css Color HEX #712591 Vivid Violet

📋 copy color: '#712591'

red 113 ◦ green 37 ◦ blue 145

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

Shades of Vivid Violet #712591

Tints of Vivid Violet #712591

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

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

R = 38.31%
G = 12.54%
B = 49.15%

CMYK

 C value IS 0.22

 M value IS 0.74

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712591 (or 0x712591) is known color: Vivid Violet. HEX triplet: 71, 25 and 91. RGB value is (113,37,145). Sum of RGB (Red+Green+Blue) = 113+37+145=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #712591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712591 is #8EDA6E. Grayscale: #474747. Windows color (decimal): -9362031 or 9512305. OLE color: 9512305.

HSL color Cylindrical-coordinate representation of color #712591: hue angle of 282.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #712591 is Cyan = 0.22, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 37 145 -
CMYK 0.22 0.74 0 0.43
HSL 282.22º 0.59% 0.36% -
HSV(B) 282.22º 0.74% 0.57% -
XYZ 12.58 6.88 27.45 -
YUV 72.04 169.18 157.22 -
System Red Green Blue C M Y K H S L
Decimal 113 37 145 0.22 0.74 0 0.43 282.22 0.59 0.36
Hex 71 25 91 16 4A 0 2B 11A 3B 24
Octal 161 45 221 26 112 0 53 432 73 44
Binary 1110001 100101 10010001 10110 1001010 0 101011 100011010 111011 100100

Color Harmonies of #712591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712591

Black with #712591

Text Example


Text Example

White with #712591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712591; }

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

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

background-color css

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

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

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

border-color css

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

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

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