Html Css Color HEX #712A96 Vivid Violet

📋 copy color: '#712A96'

red 113 ◦ green 42 ◦ blue 150

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

Shades of Vivid Violet #712A96

Tints of Vivid Violet #712A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 49.18%

R = 37.05%
G = 13.77%
B = 49.18%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#712A96 (or 0x712A96) is known color: Vivid Violet. HEX triplet: 71, 2A and 96. RGB value is (113,42,150). Sum of RGB (Red+Green+Blue) = 113+42+150=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 150 (58.98% from 255 or 49.18% from 305); Max value from RGB is 150 - color contains mainly: blue. Hex color #712A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A96 is #8ED569. Grayscale: #4B4B4B. Windows color (decimal): -9360746 or 9841265. OLE color: 9841265.

HSL color Cylindrical-coordinate representation of color #712A96: hue angle of 279.44º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #712A96 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 42 150 -
CMYK 0.25 0.72 0 0.41
HSL 279.44º 0.56% 0.38% -
HSV(B) 279.44º 0.72% 0.59% -
XYZ 13.14 7.37 29.58 -
YUV 75.54 170.02 154.72 -
System Red Green Blue C M Y K H S L
Decimal 113 42 150 0.25 0.72 0 0.41 279.44 0.56 0.38
Hex 71 2A 96 19 48 0 29 117 38 26
Octal 161 52 226 31 110 0 51 427 70 46
Binary 1110001 101010 10010110 11001 1001000 0 101001 100010111 111000 100110

Color Harmonies of #712A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A96

Black with #712A96

Text Example


Text Example

White with #712A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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