Html Css Color HEX #712F84 Vivid Violet

📋 copy color: '#712F84'

red 113 ◦ green 47 ◦ blue 132

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

Shades of Vivid Violet #712F84

Tints of Vivid Violet #712F84

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.1%

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

R = 38.7%
G = 16.1%
B = 45.21%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#712F84 (or 0x712F84) is known color: Vivid Violet. HEX triplet: 71, 2F and 84. RGB value is (113,47,132). Sum of RGB (Red+Green+Blue) = 113+47+132=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 47 (18.75% from 255 or 16.10% from 292); Blue value is 132 (51.95% from 255 or 45.21% from 292); Max value from RGB is 132 - color contains mainly: blue. Hex color #712F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712F84 is #8ED07B. Grayscale: #4C4C4C. Windows color (decimal): -9359484 or 8662897. OLE color: 8662897.

HSL color Cylindrical-coordinate representation of color #712F84: hue angle of 286.59º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #712F84 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 47 132 -
CMYK 0.14 0.64 0 0.48
HSL 286.59º 0.47% 0.35% -
HSV(B) 286.59º 0.64% 0.52% -
XYZ 11.99 7.21 22.59 -
YUV 76.42 159.37 154.09 -
System Red Green Blue C M Y K H S L
Decimal 113 47 132 0.14 0.64 0 0.48 286.59 0.47 0.35
Hex 71 2F 84 E 40 0 30 11F 2F 23
Octal 161 57 204 16 100 0 60 437 57 43
Binary 1110001 101111 10000100 1110 1000000 0 110000 100011111 101111 100011

Color Harmonies of #712F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712F84

Black with #712F84

Text Example


Text Example

White with #712F84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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