Html Css Color HEX #712C90 Vivid Violet

📋 copy color: '#712C90'

red 113 ◦ green 44 ◦ blue 144

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

Shades of Vivid Violet #712C90

Tints of Vivid Violet #712C90

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.62%

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

R = 37.54%
G = 14.62%
B = 47.84%

CMYK

 C value IS 0.22

 M value IS 0.69

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#712C90 (or 0x712C90) is known color: Vivid Violet. HEX triplet: 71, 2C and 90. RGB value is (113,44,144). Sum of RGB (Red+Green+Blue) = 113+44+144=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 44 (17.58% from 255 or 14.62% from 301); Blue value is 144 (56.64% from 255 or 47.84% from 301); Max value from RGB is 144 - color contains mainly: blue. Hex color #712C90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712C90 is #8ED36F. Grayscale: #4B4B4B. Windows color (decimal): -9360240 or 9448561. OLE color: 9448561.

HSL color Cylindrical-coordinate representation of color #712C90: hue angle of 281.4º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #712C90 is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 44 144 -
CMYK 0.22 0.69 0 0.44
HSL 281.4º 0.53% 0.37% -
HSV(B) 281.4º 0.69% 0.56% -
XYZ 12.74 7.33 27.13 -
YUV 76.03 166.36 154.37 -
System Red Green Blue C M Y K H S L
Decimal 113 44 144 0.22 0.69 0 0.44 281.4 0.53 0.37
Hex 71 2C 90 16 45 0 2C 119 35 25
Octal 161 54 220 26 105 0 54 431 65 45
Binary 1110001 101100 10010000 10110 1000101 0 101100 100011001 110101 100101

Color Harmonies of #712C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C90

Black with #712C90

Text Example


Text Example

White with #712C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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