Html Css Color HEX #712496 Vivid Violet

📋 copy color: '#712496'

red 113 ◦ green 36 ◦ blue 150

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

Shades of Vivid Violet #712496

Tints of Vivid Violet #712496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 37.79%
G = 12.04%
B = 50.17%

CMYK

 C value IS 0.25

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#712496 (or 0x712496) is known color: Vivid Violet. HEX triplet: 71, 24 and 96. RGB value is (113,36,150). Sum of RGB (Red+Green+Blue) = 113+36+150=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 150 (58.98% from 255 or 50.17% from 299); Max value from RGB is 150 - color contains mainly: blue. Hex color #712496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712496 is #8EDB69. Grayscale: #474747. Windows color (decimal): -9362282 or 9839729. OLE color: 9839729.

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

Color convert

RGB 113 36 150 -
CMYK 0.25 0.76 0 0.41
HSL 280.53º 0.61% 0.36% -
HSV(B) 280.53º 0.76% 0.59% -
XYZ 12.95 6.97 29.52 -
YUV 72.02 172.01 157.23 -
System Red Green Blue C M Y K H S L
Decimal 113 36 150 0.25 0.76 0 0.41 280.53 0.61 0.36
Hex 71 24 96 19 4C 0 29 119 3D 24
Octal 161 44 226 31 114 0 51 431 75 44
Binary 1110001 100100 10010110 11001 1001100 0 101001 100011001 111101 100100

Color Harmonies of #712496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712496

Black with #712496

Text Example


Text Example

White with #712496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712496; }

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

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

background-color css

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

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

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

border-color css

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

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

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