Html Css Color HEX #712295 Vivid Violet

📋 copy color: '#712295'

red 113 ◦ green 34 ◦ blue 149

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

Shades of Vivid Violet #712295

Tints of Vivid Violet #712295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 38.18%
G = 11.49%
B = 50.34%

CMYK

 C value IS 0.24

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712295 (or 0x712295) is known color: Vivid Violet. HEX triplet: 71, 22 and 95. RGB value is (113,34,149). Sum of RGB (Red+Green+Blue) = 113+34+149=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 149 (58.59% from 255 or 50.34% from 296); Max value from RGB is 149 - color contains mainly: blue. Hex color #712295 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712295 is #8EDD6A. Grayscale: #464646. Windows color (decimal): -9362795 or 9773681. OLE color: 9773681.

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

Color convert

RGB 113 34 149 -
CMYK 0.24 0.77 0 0.42
HSL 281.22º 0.63% 0.36% -
HSV(B) 281.22º 0.77% 0.58% -
XYZ 12.81 6.82 29.08 -
YUV 70.73 172.17 158.15 -
System Red Green Blue C M Y K H S L
Decimal 113 34 149 0.24 0.77 0 0.42 281.22 0.63 0.36
Hex 71 22 95 18 4D 0 2A 119 3F 24
Octal 161 42 225 30 115 0 52 431 77 44
Binary 1110001 100010 10010101 11000 1001101 0 101010 100011001 111111 100100

Color Harmonies of #712295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712295

Black with #712295

Text Example


Text Example

White with #712295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712295; }

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

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

background-color css

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

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

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

border-color css

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

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

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