Html Css Color HEX #712299 Vivid Violet

📋 copy color: '#712299'

red 113 ◦ green 34 ◦ blue 153

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

Shades of Vivid Violet #712299

Tints of Vivid Violet #712299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 51%

R = 37.67%
G = 11.33%
B = 51%

CMYK

 C value IS 0.26

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#712299 (or 0x712299) is known color: Vivid Violet. HEX triplet: 71, 22 and 99. RGB value is (113,34,153). Sum of RGB (Red+Green+Blue) = 113+34+153=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 153 (60.16% from 255 or 51% from 300); Max value from RGB is 153 - color contains mainly: blue. Hex color #712299 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712299 is #8EDD66. Grayscale: #464646. Windows color (decimal): -9362791 or 10035825. OLE color: 10035825.

HSL color Cylindrical-coordinate representation of color #712299: hue angle of 279.83º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #712299 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 34 153 -
CMYK 0.26 0.78 0 0.4
HSL 279.83º 0.64% 0.37% -
HSV(B) 279.83º 0.78% 0.6% -
XYZ 13.13 6.95 30.79 -
YUV 71.19 174.17 157.82 -
System Red Green Blue C M Y K H S L
Decimal 113 34 153 0.26 0.78 0 0.4 279.83 0.64 0.37
Hex 71 22 99 1A 4E 0 28 118 40 25
Octal 161 42 231 32 116 0 50 430 100 45
Binary 1110001 100010 10011001 11010 1001110 0 101000 100011000 1000000 100101

Color Harmonies of #712299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712299

Black with #712299

Text Example


Text Example

White with #712299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712299; }

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

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

background-color css

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

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

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

border-color css

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

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

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