Html Css Color HEX #712988 Vivid Violet

📋 copy color: '#712988'

red 113 ◦ green 41 ◦ blue 136

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

Shades of Vivid Violet #712988

Tints of Vivid Violet #712988

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.14%

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

R = 38.97%
G = 14.14%
B = 46.9%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712988 (or 0x712988) is known color: Vivid Violet. HEX triplet: 71, 29 and 88. RGB value is (113,41,136). Sum of RGB (Red+Green+Blue) = 113+41+136=290 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.97% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #712988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712988 is #8ED677. Grayscale: #494949. Windows color (decimal): -9361016 or 8923505. OLE color: 8923505.

HSL color Cylindrical-coordinate representation of color #712988: hue angle of 285.47º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #712988 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 41 136 -
CMYK 0.17 0.70 0 0.47
HSL 285.47º 0.54% 0.35% -
HSV(B) 285.47º 0.7% 0.53% -
XYZ 12.05 6.87 23.98 -
YUV 73.36 163.35 156.28 -
System Red Green Blue C M Y K H S L
Decimal 113 41 136 0.17 0.70 0 0.47 285.47 0.54 0.35
Hex 71 29 88 11 46 0 2F 11D 36 23
Octal 161 51 210 21 106 0 57 435 66 43
Binary 1110001 101001 10001000 10001 1000110 0 101111 100011101 110110 100011

Color Harmonies of #712988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712988

Black with #712988

Text Example


Text Example

White with #712988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712988; }

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

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

background-color css

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

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

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

border-color css

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

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

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