Html Css Color HEX #712492 Vivid Violet

📋 copy color: '#712492'

red 113 ◦ green 36 ◦ blue 146

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

Shades of Vivid Violet #712492

Tints of Vivid Violet #712492

RGB

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

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

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

R = 38.31%
G = 12.2%
B = 49.49%

CMYK

 C value IS 0.23

 M value IS 0.75

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#712492 (or 0x712492) is known color: Vivid Violet. HEX triplet: 71, 24 and 92. RGB value is (113,36,146). Sum of RGB (Red+Green+Blue) = 113+36+146=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #712492 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712492 is #8EDB6D. Grayscale: #474747. Windows color (decimal): -9362286 or 9577585. OLE color: 9577585.

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

Color convert

RGB 113 36 146 -
CMYK 0.23 0.75 0 0.43
HSL 282º 0.6% 0.36% -
HSV(B) 282º 0.75% 0.57% -
XYZ 12.63 6.85 27.85 -
YUV 71.56 170.01 157.56 -
System Red Green Blue C M Y K H S L
Decimal 113 36 146 0.23 0.75 0 0.43 282 0.6 0.36
Hex 71 24 92 17 4B 0 2B 11A 3C 24
Octal 161 44 222 27 113 0 53 432 74 44
Binary 1110001 100100 10010010 10111 1001011 0 101011 100011010 111100 100100

Color Harmonies of #712492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712492

Black with #712492

Text Example


Text Example

White with #712492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712492; }

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

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

background-color css

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

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

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

border-color css

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

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

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