Html Css Color HEX #712795 Vivid Violet

📋 copy color: '#712795'

red 113 ◦ green 39 ◦ blue 149

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

Shades of Vivid Violet #712795

Tints of Vivid Violet #712795

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.96%

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

R = 37.54%
G = 12.96%
B = 49.5%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712795 (or 0x712795) is known color: Vivid Violet. HEX triplet: 71, 27 and 95. RGB value is (113,39,149). Sum of RGB (Red+Green+Blue) = 113+39+149=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 39 (15.62% from 255 or 12.96% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #712795 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712795 is #8ED86A. Grayscale: #494949. Windows color (decimal): -9361515 or 9774961. OLE color: 9774961.

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

Color convert

RGB 113 39 149 -
CMYK 0.24 0.74 0 0.42
HSL 280.36º 0.59% 0.37% -
HSV(B) 280.36º 0.74% 0.58% -
XYZ 12.96 7.13 29.13 -
YUV 73.67 170.52 156.06 -
System Red Green Blue C M Y K H S L
Decimal 113 39 149 0.24 0.74 0 0.42 280.36 0.59 0.37
Hex 71 27 95 18 4A 0 2A 118 3B 25
Octal 161 47 225 30 112 0 52 430 73 45
Binary 1110001 100111 10010101 11000 1001010 0 101010 100011000 111011 100101

Color Harmonies of #712795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712795

Black with #712795

Text Example


Text Example

White with #712795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712795; }

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

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

background-color css

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

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

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

border-color css

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

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

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