Html Css Color HEX #712694 Vivid Violet

📋 copy color: '#712694'

red 113 ◦ green 38 ◦ blue 148

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

Shades of Vivid Violet #712694

Tints of Vivid Violet #712694

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.71%

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 37.79%
G = 12.71%
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

#712694 (or 0x712694) is known color: Vivid Violet. HEX triplet: 71, 26 and 94. RGB value is (113,38,148). Sum of RGB (Red+Green+Blue) = 113+38+148=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #712694 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712694 is #8ED96B. Grayscale: #484848. Windows color (decimal): -9361772 or 9709169. OLE color: 9709169.

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

Color convert

RGB 113 38 148 -
CMYK 0.24 0.74 0 0.42
HSL 280.91º 0.59% 0.36% -
HSV(B) 280.91º 0.74% 0.58% -
XYZ 12.85 7.04 28.7 -
YUV 72.97 170.35 156.56 -
System Red Green Blue C M Y K H S L
Decimal 113 38 148 0.24 0.74 0 0.42 280.91 0.59 0.36
Hex 71 26 94 18 4A 0 2A 119 3B 24
Octal 161 46 224 30 112 0 52 431 73 44
Binary 1110001 100110 10010100 11000 1001010 0 101010 100011001 111011 100100

Color Harmonies of #712694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712694

Black with #712694

Text Example


Text Example

White with #712694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712694; }

 p { color: rgb(113,38,148); }

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

background-color css

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

 a { background-color: rgb(113,38,148); }

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

border-color css

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

 span { border-color: rgb(113,38,148); }

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