Html Css Color HEX #712696 Vivid Violet

📋 copy color: '#712696'

red 113 ◦ green 38 ◦ blue 150

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

Shades of Vivid Violet #712696

Tints of Vivid Violet #712696

RGB

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

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

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

R = 37.54%
G = 12.62%
B = 49.83%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#712696 (or 0x712696) is known color: Vivid Violet. HEX triplet: 71, 26 and 96. RGB value is (113,38,150). Sum of RGB (Red+Green+Blue) = 113+38+150=301 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.54% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 150 (58.98% from 255 or 49.83% from 301); Max value from RGB is 150 - color contains mainly: blue. Hex color #712696 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712696 is #8ED969. Grayscale: #484848. Windows color (decimal): -9361770 or 9840241. OLE color: 9840241.

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

Color convert

RGB 113 38 150 -
CMYK 0.25 0.75 0 0.41
HSL 280.18º 0.6% 0.37% -
HSV(B) 280.18º 0.75% 0.59% -
XYZ 13.01 7.1 29.54 -
YUV 73.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 113 38 150 0.25 0.75 0 0.41 280.18 0.6 0.37
Hex 71 26 96 19 4B 0 29 118 3C 25
Octal 161 46 226 31 113 0 51 430 74 45
Binary 1110001 100110 10010110 11001 1001011 0 101001 100011000 111100 100101

Color Harmonies of #712696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712696

Black with #712696

Text Example


Text Example

White with #712696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712696; }

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

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

background-color css

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

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

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

border-color css

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

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

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