Html Css Color HEX #712D88 Vivid Violet

📋 copy color: '#712D88'

red 113 ◦ green 45 ◦ blue 136

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

Shades of Vivid Violet #712D88

Tints of Vivid Violet #712D88

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.31%

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

R = 38.44%
G = 15.31%
B = 46.26%

CMYK

 C value IS 0.17

 M value IS 0.67

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#712D88 (or 0x712D88) is known color: Vivid Violet. HEX triplet: 71, 2D and 88. RGB value is (113,45,136). Sum of RGB (Red+Green+Blue) = 113+45+136=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #712D88 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712D88 is #8ED277. Grayscale: #4B4B4B. Windows color (decimal): -9359992 or 8924529. OLE color: 8924529.

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

Color convert

RGB 113 45 136 -
CMYK 0.17 0.67 0 0.47
HSL 284.84º 0.5% 0.35% -
HSV(B) 284.84º 0.67% 0.53% -
XYZ 12.19 7.17 24.03 -
YUV 75.71 162.03 154.6 -
System Red Green Blue C M Y K H S L
Decimal 113 45 136 0.17 0.67 0 0.47 284.84 0.5 0.35
Hex 71 2D 88 11 43 0 2F 11D 32 23
Octal 161 55 210 21 103 0 57 435 62 43
Binary 1110001 101101 10001000 10001 1000011 0 101111 100011101 110010 100011

Color Harmonies of #712D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712D88

Black with #712D88

Text Example


Text Example

White with #712D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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