Html Css Color HEX #712998 Vivid Violet

📋 copy color: '#712998'

red 113 ◦ green 41 ◦ blue 152

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

Shades of Vivid Violet #712998

Tints of Vivid Violet #712998

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

 BLUE value IS 152 (59.77% from 255) = 49.67%

R = 36.93%
G = 13.4%
B = 49.67%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#712998 (or 0x712998) is known color: Vivid Violet. HEX triplet: 71, 29 and 98. RGB value is (113,41,152). Sum of RGB (Red+Green+Blue) = 113+41+152=306 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.93% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 152 (59.77% from 255 or 49.67% from 306); Max value from RGB is 152 - color contains mainly: blue. Hex color #712998 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712998 is #8ED667. Grayscale: #4A4A4A. Windows color (decimal): -9361000 or 9972081. OLE color: 9972081.

HSL color Cylindrical-coordinate representation of color #712998: hue angle of 278.92º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #712998 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 41 152 -
CMYK 0.26 0.73 0 0.40
HSL 278.92º 0.58% 0.38% -
HSV(B) 278.92º 0.73% 0.6% -
XYZ 13.27 7.36 30.43 -
YUV 75.18 171.35 154.97 -
System Red Green Blue C M Y K H S L
Decimal 113 41 152 0.26 0.73 0 0.40 278.92 0.58 0.38
Hex 71 29 98 1A 49 0 28 117 3A 26
Octal 161 51 230 32 111 0 50 427 72 46
Binary 1110001 101001 10011000 11010 1001001 0 101000 100010111 111010 100110

Color Harmonies of #712998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712998

Black with #712998

Text Example


Text Example

White with #712998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712998; }

 p { color: rgb(113,41,152); }

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

background-color css

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

 a { background-color: rgb(113,41,152); }

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

border-color css

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

 span { border-color: rgb(113,41,152); }

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