Html Css Color HEX #712494 Vivid Violet

📋 copy color: '#712494'

red 113 ◦ green 36 ◦ blue 148

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

Shades of Vivid Violet #712494

Tints of Vivid Violet #712494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.83%

R = 38.05%
G = 12.12%
B = 49.83%

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

#712494 (or 0x712494) is known color: Vivid Violet. HEX triplet: 71, 24 and 94. RGB value is (113,36,148). Sum of RGB (Red+Green+Blue) = 113+36+148=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #712494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712494 is #8EDB6B. Grayscale: #474747. Windows color (decimal): -9362284 or 9708657. OLE color: 9708657.

HSL color Cylindrical-coordinate representation of color #712494: hue angle of 281.25º 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 #712494 is Cyan = 0.24, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 36 148 -
CMYK 0.24 0.76 0 0.42
HSL 281.25º 0.61% 0.36% -
HSV(B) 281.25º 0.76% 0.58% -
XYZ 12.79 6.91 28.68 -
YUV 71.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 113 36 148 0.24 0.76 0 0.42 281.25 0.61 0.36
Hex 71 24 94 18 4C 0 2A 119 3D 24
Octal 161 44 224 30 114 0 52 431 75 44
Binary 1110001 100100 10010100 11000 1001100 0 101010 100011001 111101 100100

Color Harmonies of #712494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712494

Black with #712494

Text Example


Text Example

White with #712494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712494; }

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

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

background-color css

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

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

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

border-color css

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

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

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