Html Css Color HEX #712495 Vivid Violet

📋 copy color: '#712495'

red 113 ◦ green 36 ◦ blue 149

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

Shades of Vivid Violet #712495

Tints of Vivid Violet #712495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 50%

R = 37.92%
G = 12.08%
B = 50%

CMYK

 C value IS 0.24

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#712495 (or 0x712495) is known color: Vivid Violet. HEX triplet: 71, 24 and 95. RGB value is (113,36,149). Sum of RGB (Red+Green+Blue) = 113+36+149=298 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.92% from 298); Green value is 36 (14.45% from 255 or 12.08% from 298); Blue value is 149 (58.59% from 255 or 50% from 298); Max value from RGB is 149 - color contains mainly: blue. Hex color #712495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712495 is #8EDB6A. Grayscale: #474747. Windows color (decimal): -9362283 or 9774193. OLE color: 9774193.

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

Color convert

RGB 113 36 149 -
CMYK 0.24 0.76 0 0.42
HSL 280.88º 0.61% 0.36% -
HSV(B) 280.88º 0.76% 0.58% -
XYZ 12.87 6.94 29.1 -
YUV 71.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 113 36 149 0.24 0.76 0 0.42 280.88 0.61 0.36
Hex 71 24 95 18 4C 0 2A 119 3D 24
Octal 161 44 225 30 114 0 52 431 75 44
Binary 1110001 100100 10010101 11000 1001100 0 101010 100011001 111101 100100

Color Harmonies of #712495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712495

Black with #712495

Text Example


Text Example

White with #712495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712495; }

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

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

background-color css

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

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

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

border-color css

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

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

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