Html Css Color HEX #712090 Vivid Violet

📋 copy color: '#712090'

red 113 ◦ green 32 ◦ blue 144

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

Shades of Vivid Violet #712090

Tints of Vivid Violet #712090

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

 BLUE value IS 144 (56.64% from 255) = 49.83%

R = 39.1%
G = 11.07%
B = 49.83%

CMYK

 C value IS 0.22

 M value IS 0.78

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#712090 (or 0x712090) is known color: Vivid Violet. HEX triplet: 71, 20 and 90. RGB value is (113,32,144). Sum of RGB (Red+Green+Blue) = 113+32+144=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 144 (56.64% from 255 or 49.83% from 289); Max value from RGB is 144 - color contains mainly: blue. Hex color #712090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712090 is #8EDF6F. Grayscale: #444444. Windows color (decimal): -9363312 or 9445489. OLE color: 9445489.

HSL color Cylindrical-coordinate representation of color #712090: hue angle of 283.39º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712090 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 32 144 -
CMYK 0.22 0.78 0 0.44
HSL 283.39º 0.64% 0.35% -
HSV(B) 283.39º 0.78% 0.56% -
XYZ 12.36 6.56 27 -
YUV 68.99 170.34 159.39 -
System Red Green Blue C M Y K H S L
Decimal 113 32 144 0.22 0.78 0 0.44 283.39 0.64 0.35
Hex 71 20 90 16 4E 0 2C 11B 40 23
Octal 161 40 220 26 116 0 54 433 100 43
Binary 1110001 100000 10010000 10110 1001110 0 101100 100011011 1000000 100011

Color Harmonies of #712090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712090

Black with #712090

Text Example


Text Example

White with #712090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712090; }

 p { color: rgb(113,32,144); }

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

background-color css

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

 a { background-color: rgb(113,32,144); }

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

border-color css

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

 span { border-color: rgb(113,32,144); }

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