Html Css Color HEX #712084 Vivid Violet

📋 copy color: '#712084'

red 113 ◦ green 32 ◦ blue 132

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

Shades of Vivid Violet #712084

Tints of Vivid Violet #712084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 40.79%
G = 11.55%
B = 47.65%

CMYK

 C value IS 0.14

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#712084 (or 0x712084) is known color: Vivid Violet. HEX triplet: 71, 20 and 84. RGB value is (113,32,132). Sum of RGB (Red+Green+Blue) = 113+32+132=277 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.79% from 277); Green value is 32 (12.89% from 255 or 11.55% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #712084 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712084 is #8EDF7B. Grayscale: #434343. Windows color (decimal): -9363324 or 8659057. OLE color: 8659057.

HSL color Cylindrical-coordinate representation of color #712084: hue angle of 288.6º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712084 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 32 132 -
CMYK 0.14 0.76 0 0.48
HSL 288.6º 0.61% 0.32% -
HSV(B) 288.6º 0.76% 0.52% -
XYZ 11.49 6.21 22.42 -
YUV 67.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 113 32 132 0.14 0.76 0 0.48 288.6 0.61 0.32
Hex 71 20 84 E 4C 0 30 121 3D 20
Octal 161 40 204 16 114 0 60 441 75 40
Binary 1110001 100000 10000100 1110 1001100 0 110000 100100001 111101 100000

Color Harmonies of #712084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712084

Black with #712084

Text Example


Text Example

White with #712084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712084; }

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

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

background-color css

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

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

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

border-color css

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

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

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