Html Css Color HEX #712096 Vivid Violet

📋 copy color: '#712096'

red 113 ◦ green 32 ◦ blue 150

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

Shades of Vivid Violet #712096

Tints of Vivid Violet #712096

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

 BLUE value IS 150 (58.98% from 255) = 50.85%

R = 38.31%
G = 10.85%
B = 50.85%

CMYK

 C value IS 0.25

 M value IS 0.79

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#712096 (or 0x712096) is known color: Vivid Violet. HEX triplet: 71, 20 and 96. RGB value is (113,32,150). Sum of RGB (Red+Green+Blue) = 113+32+150=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 150 (58.98% from 255 or 50.85% from 295); Max value from RGB is 150 - color contains mainly: blue. Hex color #712096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712096 is #8EDF69. Grayscale: #454545. Windows color (decimal): -9363306 or 9838705. OLE color: 9838705.

HSL color Cylindrical-coordinate representation of color #712096: hue angle of 281.19º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #712096 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 32 150 -
CMYK 0.25 0.79 0 0.41
HSL 281.19º 0.65% 0.36% -
HSV(B) 281.19º 0.79% 0.59% -
XYZ 12.83 6.75 29.48 -
YUV 69.67 173.34 158.91 -
System Red Green Blue C M Y K H S L
Decimal 113 32 150 0.25 0.79 0 0.41 281.19 0.65 0.36
Hex 71 20 96 19 4F 0 29 119 41 24
Octal 161 40 226 31 117 0 51 431 101 44
Binary 1110001 100000 10010110 11001 1001111 0 101001 100011001 1000001 100100

Color Harmonies of #712096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712096

Black with #712096

Text Example


Text Example

White with #712096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712096; }

 p { color: rgb(113,32,150); }

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

background-color css

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

 a { background-color: rgb(113,32,150); }

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

border-color css

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

 span { border-color: rgb(113,32,150); }

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