Html Css Color HEX #712895 Vivid Violet

📋 copy color: '#712895'

red 113 ◦ green 40 ◦ blue 149

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

Shades of Vivid Violet #712895

Tints of Vivid Violet #712895

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.25%

 BLUE value IS 149 (58.59% from 255) = 49.34%

R = 37.42%
G = 13.25%
B = 49.34%

CMYK

 C value IS 0.24

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712895 (or 0x712895) is known color: Vivid Violet. HEX triplet: 71, 28 and 95. RGB value is (113,40,149). Sum of RGB (Red+Green+Blue) = 113+40+149=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 149 (58.59% from 255 or 49.34% from 302); Max value from RGB is 149 - color contains mainly: blue. Hex color #712895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712895 is #8ED76A. Grayscale: #494949. Windows color (decimal): -9361259 or 9775217. OLE color: 9775217.

HSL color Cylindrical-coordinate representation of color #712895: hue angle of 280.18º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712895 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 40 149 -
CMYK 0.24 0.73 0 0.42
HSL 280.18º 0.58% 0.37% -
HSV(B) 280.18º 0.73% 0.58% -
XYZ 12.99 7.2 29.14 -
YUV 74.25 170.18 155.64 -
System Red Green Blue C M Y K H S L
Decimal 113 40 149 0.24 0.73 0 0.42 280.18 0.58 0.37
Hex 71 28 95 18 49 0 2A 118 3A 25
Octal 161 50 225 30 111 0 52 430 72 45
Binary 1110001 101000 10010101 11000 1001001 0 101010 100011000 111010 100101

Color Harmonies of #712895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712895

Black with #712895

Text Example


Text Example

White with #712895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712895; }

 p { color: rgb(113,40,149); }

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

background-color css

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

 a { background-color: rgb(113,40,149); }

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

border-color css

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

 span { border-color: rgb(113,40,149); }

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