Html Css Color HEX #712A99 Vivid Violet

📋 copy color: '#712A99'

red 113 ◦ green 42 ◦ blue 153

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

Shades of Vivid Violet #712A99

Tints of Vivid Violet #712A99

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.64%

 BLUE value IS 153 (60.16% from 255) = 49.68%

R = 36.69%
G = 13.64%
B = 49.68%

CMYK

 C value IS 0.26

 M value IS 0.73

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#712A99 (or 0x712A99) is known color: Vivid Violet. HEX triplet: 71, 2A and 99. RGB value is (113,42,153). Sum of RGB (Red+Green+Blue) = 113+42+153=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #712A99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A99 is #8ED566. Grayscale: #4B4B4B. Windows color (decimal): -9360743 or 10037873. OLE color: 10037873.

HSL color Cylindrical-coordinate representation of color #712A99: hue angle of 278.38º degrees, saturation: 0.57, 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 #712A99 is Cyan = 0.26, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 42 153 -
CMYK 0.26 0.73 0 0.4
HSL 278.38º 0.57% 0.38% -
HSV(B) 278.38º 0.73% 0.6% -
XYZ 13.39 7.47 30.87 -
YUV 75.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 113 42 153 0.26 0.73 0 0.4 278.38 0.57 0.38
Hex 71 2A 99 1A 49 0 28 116 39 26
Octal 161 52 231 32 111 0 50 426 71 46
Binary 1110001 101010 10011001 11010 1001001 0 101000 100010110 111001 100110

Color Harmonies of #712A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A99

Black with #712A99

Text Example


Text Example

White with #712A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712A99; }

 p { color: rgb(113,42,153); }

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

background-color css

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

 a { background-color: rgb(113,42,153); }

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

border-color css

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

 span { border-color: rgb(113,42,153); }

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