Html Css Color HEX #712790 Vivid Violet

📋 copy color: '#712790'

red 113 ◦ green 39 ◦ blue 144

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

Shades of Vivid Violet #712790

Tints of Vivid Violet #712790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.18%

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

R = 38.18%
G = 13.18%
B = 48.65%

CMYK

 C value IS 0.22

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#712790 (or 0x712790) is known color: Vivid Violet. HEX triplet: 71, 27 and 90. RGB value is (113,39,144). Sum of RGB (Red+Green+Blue) = 113+39+144=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #712790 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712790 is #8ED86F. Grayscale: #484848. Windows color (decimal): -9361520 or 9447281. OLE color: 9447281.

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

Color convert

RGB 113 39 144 -
CMYK 0.22 0.73 0 0.44
HSL 282.29º 0.57% 0.36% -
HSV(B) 282.29º 0.73% 0.56% -
XYZ 12.57 6.98 27.07 -
YUV 73.1 168.02 156.46 -
System Red Green Blue C M Y K H S L
Decimal 113 39 144 0.22 0.73 0 0.44 282.29 0.57 0.36
Hex 71 27 90 16 49 0 2C 11A 39 24
Octal 161 47 220 26 111 0 54 432 71 44
Binary 1110001 100111 10010000 10110 1001001 0 101100 100011010 111001 100100

Color Harmonies of #712790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712790

Black with #712790

Text Example


Text Example

White with #712790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712790; }

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

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

background-color css

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

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

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

border-color css

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

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

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