Html Css Color HEX #712292 Vivid Violet

📋 copy color: '#712292'

red 113 ◦ green 34 ◦ blue 146

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

Shades of Vivid Violet #712292

Tints of Vivid Violet #712292

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.6%

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

R = 38.57%
G = 11.6%
B = 49.83%

CMYK

 C value IS 0.23

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712292 (or 0x712292) is known color: Vivid Violet. HEX triplet: 71, 22 and 92. RGB value is (113,34,146). Sum of RGB (Red+Green+Blue) = 113+34+146=293 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.57% from 293); Green value is 34 (13.67% from 255 or 11.60% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #712292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712292 is #8EDD6D. Grayscale: #464646. Windows color (decimal): -9362798 or 9577073. OLE color: 9577073.

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

Color convert

RGB 113 34 146 -
CMYK 0.23 0.77 0 0.43
HSL 282.32º 0.62% 0.35% -
HSV(B) 282.32º 0.77% 0.57% -
XYZ 12.57 6.73 27.83 -
YUV 70.39 170.67 158.39 -
System Red Green Blue C M Y K H S L
Decimal 113 34 146 0.23 0.77 0 0.43 282.32 0.62 0.35
Hex 71 22 92 17 4D 0 2B 11A 3E 23
Octal 161 42 222 27 115 0 53 432 76 43
Binary 1110001 100010 10010010 10111 1001101 0 101011 100011010 111110 100011

Color Harmonies of #712292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712292

Black with #712292

Text Example


Text Example

White with #712292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712292; }

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

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

background-color css

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

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

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

border-color css

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

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

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