Html Css Color HEX #712392 Vivid Violet

📋 copy color: '#712392'

red 113 ◦ green 35 ◦ blue 146

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

Shades of Vivid Violet #712392

Tints of Vivid Violet #712392

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

 BLUE value IS 146 (57.42% from 255) = 49.66%

R = 38.44%
G = 11.9%
B = 49.66%

CMYK

 C value IS 0.23

 M value IS 0.76

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712392 (or 0x712392) is known color: Vivid Violet. HEX triplet: 71, 23 and 92. RGB value is (113,35,146). Sum of RGB (Red+Green+Blue) = 113+35+146=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 146 (57.42% from 255 or 49.66% from 294); Max value from RGB is 146 - color contains mainly: blue. Hex color #712392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712392 is #8EDC6D. Grayscale: #464646. Windows color (decimal): -9362542 or 9577329. OLE color: 9577329.

HSL color Cylindrical-coordinate representation of color #712392: hue angle of 282.16º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712392 is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 35 146 -
CMYK 0.23 0.76 0 0.43
HSL 282.16º 0.61% 0.35% -
HSV(B) 282.16º 0.76% 0.57% -
XYZ 12.6 6.79 27.84 -
YUV 70.98 170.34 157.97 -
System Red Green Blue C M Y K H S L
Decimal 113 35 146 0.23 0.76 0 0.43 282.16 0.61 0.35
Hex 71 23 92 17 4C 0 2B 11A 3D 23
Octal 161 43 222 27 114 0 53 432 75 43
Binary 1110001 100011 10010010 10111 1001100 0 101011 100011010 111101 100011

Color Harmonies of #712392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712392

Black with #712392

Text Example


Text Example

White with #712392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712392; }

 p { color: rgb(113,35,146); }

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

background-color css

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

 a { background-color: rgb(113,35,146); }

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

border-color css

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

 span { border-color: rgb(113,35,146); }

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