Html Css Color HEX #712A94 Vivid Violet

📋 copy color: '#712A94'

red 113 ◦ green 42 ◦ blue 148

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

Shades of Vivid Violet #712A94

Tints of Vivid Violet #712A94

RGB

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

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

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

R = 37.29%
G = 13.86%
B = 48.84%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712A94 (or 0x712A94) is known color: Vivid Violet. HEX triplet: 71, 2A and 94. RGB value is (113,42,148). Sum of RGB (Red+Green+Blue) = 113+42+148=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 148 (58.20% from 255 or 48.84% from 303); Max value from RGB is 148 - color contains mainly: blue. Hex color #712A94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712A94 is #8ED56B. Grayscale: #4A4A4A. Windows color (decimal): -9360748 or 9710193. OLE color: 9710193.

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

Color convert

RGB 113 42 148 -
CMYK 0.24 0.72 0 0.42
HSL 280.19º 0.56% 0.37% -
HSV(B) 280.19º 0.72% 0.58% -
XYZ 12.98 7.3 28.74 -
YUV 75.31 169.02 154.88 -
System Red Green Blue C M Y K H S L
Decimal 113 42 148 0.24 0.72 0 0.42 280.19 0.56 0.37
Hex 71 2A 94 18 48 0 2A 118 38 25
Octal 161 52 224 30 110 0 52 430 70 45
Binary 1110001 101010 10010100 11000 1001000 0 101010 100011000 111000 100101

Color Harmonies of #712A94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712A94

Black with #712A94

Text Example


Text Example

White with #712A94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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