Html Css Color HEX #712688 Vivid Violet

📋 copy color: '#712688'

red 113 ◦ green 38 ◦ blue 136

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

Shades of Vivid Violet #712688

Tints of Vivid Violet #712688

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.24%

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

R = 39.37%
G = 13.24%
B = 47.39%

CMYK

 C value IS 0.17

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712688 (or 0x712688) is known color: Vivid Violet. HEX triplet: 71, 26 and 88. RGB value is (113,38,136). Sum of RGB (Red+Green+Blue) = 113+38+136=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 136 (53.52% from 255 or 47.39% from 287); Max value from RGB is 136 - color contains mainly: blue. Hex color #712688 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712688 is #8ED977. Grayscale: #474747. Windows color (decimal): -9361784 or 8922737. OLE color: 8922737.

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

Color convert

RGB 113 38 136 -
CMYK 0.17 0.72 0 0.47
HSL 285.92º 0.56% 0.34% -
HSV(B) 285.92º 0.72% 0.53% -
XYZ 11.95 6.67 23.95 -
YUV 71.6 164.35 157.53 -
System Red Green Blue C M Y K H S L
Decimal 113 38 136 0.17 0.72 0 0.47 285.92 0.56 0.34
Hex 71 26 88 11 48 0 2F 11E 38 22
Octal 161 46 210 21 110 0 57 436 70 42
Binary 1110001 100110 10001000 10001 1001000 0 101111 100011110 111000 100010

Color Harmonies of #712688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712688

Black with #712688

Text Example


Text Example

White with #712688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712688; }

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

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

background-color css

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

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

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

border-color css

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

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

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