Html Css Color HEX #712289 Vivid Violet

📋 copy color: '#712289'

red 113 ◦ green 34 ◦ blue 137

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

Shades of Vivid Violet #712289

Tints of Vivid Violet #712289

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

 BLUE value IS 137 (53.91% from 255) = 48.24%

R = 39.79%
G = 11.97%
B = 48.24%

CMYK

 C value IS 0.18

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#712289 (or 0x712289) is known color: Vivid Violet. HEX triplet: 71, 22 and 89. RGB value is (113,34,137). Sum of RGB (Red+Green+Blue) = 113+34+137=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 137 (53.91% from 255 or 48.24% from 284); Max value from RGB is 137 - color contains mainly: blue. Hex color #712289 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712289 is #8EDD76. Grayscale: #454545. Windows color (decimal): -9362807 or 8987249. OLE color: 8987249.

HSL color Cylindrical-coordinate representation of color #712289: hue angle of 286.02º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #712289 is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 34 137 -
CMYK 0.18 0.75 0 0.46
HSL 286.02º 0.6% 0.34% -
HSV(B) 286.02º 0.75% 0.54% -
XYZ 11.9 6.46 24.29 -
YUV 69.36 166.17 159.12 -
System Red Green Blue C M Y K H S L
Decimal 113 34 137 0.18 0.75 0 0.46 286.02 0.6 0.34
Hex 71 22 89 12 4B 0 2E 11E 3C 22
Octal 161 42 211 22 113 0 56 436 74 42
Binary 1110001 100010 10001001 10010 1001011 0 101110 100011110 111100 100010

Color Harmonies of #712289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712289

Black with #712289

Text Example


Text Example

White with #712289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712289; }

 p { color: rgb(113,34,137); }

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

background-color css

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

 a { background-color: rgb(113,34,137); }

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

border-color css

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

 span { border-color: rgb(113,34,137); }

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