Html Css Color HEX #712188 Vivid Violet

📋 copy color: '#712188'

red 113 ◦ green 33 ◦ blue 136

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

Shades of Vivid Violet #712188

Tints of Vivid Violet #712188

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 48.23%

R = 40.07%
G = 11.7%
B = 48.23%

CMYK

 C value IS 0.17

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712188 (or 0x712188) is known color: Vivid Violet. HEX triplet: 71, 21 and 88. RGB value is (113,33,136). Sum of RGB (Red+Green+Blue) = 113+33+136=282 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.07% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 136 (53.52% from 255 or 48.23% from 282); Max value from RGB is 136 - color contains mainly: blue. Hex color #712188 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712188 is #8EDE77. Grayscale: #444444. Windows color (decimal): -9363064 or 8921457. OLE color: 8921457.

HSL color Cylindrical-coordinate representation of color #712188: hue angle of 286.6º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712188 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 33 136 -
CMYK 0.17 0.76 0 0.47
HSL 286.6º 0.61% 0.33% -
HSV(B) 286.6º 0.76% 0.53% -
XYZ 11.8 6.38 23.9 -
YUV 68.66 166 159.62 -
System Red Green Blue C M Y K H S L
Decimal 113 33 136 0.17 0.76 0 0.47 286.6 0.61 0.33
Hex 71 21 88 11 4C 0 2F 11F 3D 21
Octal 161 41 210 21 114 0 57 437 75 41
Binary 1110001 100001 10001000 10001 1001100 0 101111 100011111 111101 100001

Color Harmonies of #712188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712188

Black with #712188

Text Example


Text Example

White with #712188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712188; }

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

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

background-color css

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

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

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

border-color css

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

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

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