Html Css Color HEX #712C88 Vivid Violet

📋 copy color: '#712C88'

red 113 ◦ green 44 ◦ blue 136

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

Shades of Vivid Violet #712C88

Tints of Vivid Violet #712C88

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.02%

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

R = 38.57%
G = 15.02%
B = 46.42%

CMYK

 C value IS 0.17

 M value IS 0.68

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712C88 (or 0x712C88) is known color: Vivid Violet. HEX triplet: 71, 2C and 88. RGB value is (113,44,136). Sum of RGB (Red+Green+Blue) = 113+44+136=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 44 (17.58% from 255 or 15.02% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #712C88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712C88 is #8ED377. Grayscale: #4A4A4A. Windows color (decimal): -9360248 or 8924273. OLE color: 8924273.

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

Color convert

RGB 113 44 136 -
CMYK 0.17 0.68 0 0.47
HSL 285º 0.51% 0.35% -
HSV(B) 285º 0.68% 0.53% -
XYZ 12.15 7.09 24.02 -
YUV 75.12 162.36 155.02 -
System Red Green Blue C M Y K H S L
Decimal 113 44 136 0.17 0.68 0 0.47 285 0.51 0.35
Hex 71 2C 88 11 44 0 2F 11D 33 23
Octal 161 54 210 21 104 0 57 435 63 43
Binary 1110001 101100 10001000 10001 1000100 0 101111 100011101 110011 100011

Color Harmonies of #712C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712C88

Black with #712C88

Text Example


Text Example

White with #712C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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