Html Css Color HEX #712184 Vivid Violet

📋 copy color: '#712184'

red 113 ◦ green 33 ◦ blue 132

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

Shades of Vivid Violet #712184

Tints of Vivid Violet #712184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 40.65%
G = 11.87%
B = 47.48%

CMYK

 C value IS 0.14

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#712184 (or 0x712184) is known color: Vivid Violet. HEX triplet: 71, 21 and 84. RGB value is (113,33,132). Sum of RGB (Red+Green+Blue) = 113+33+132=278 (36% of max value = 765). Red value is 113 (44.53% from 255 or 40.65% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 132 (51.95% from 255 or 47.48% from 278); Max value from RGB is 132 - color contains mainly: blue. Hex color #712184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712184 is #8EDE7B. Grayscale: #434343. Windows color (decimal): -9363068 or 8659313. OLE color: 8659313.

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

Color convert

RGB 113 33 132 -
CMYK 0.14 0.75 0 0.48
HSL 288.48º 0.6% 0.32% -
HSV(B) 288.48º 0.75% 0.52% -
XYZ 11.52 6.26 22.43 -
YUV 68.21 164 159.95 -
System Red Green Blue C M Y K H S L
Decimal 113 33 132 0.14 0.75 0 0.48 288.48 0.6 0.32
Hex 71 21 84 E 4B 0 30 120 3C 20
Octal 161 41 204 16 113 0 60 440 74 40
Binary 1110001 100001 10000100 1110 1001011 0 110000 100100000 111100 100000

Color Harmonies of #712184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712184

Black with #712184

Text Example


Text Example

White with #712184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712184; }

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

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

background-color css

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

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

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

border-color css

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

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

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