Html Css Color HEX #712290 Vivid Violet

📋 copy color: '#712290'

red 113 ◦ green 34 ◦ blue 144

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

Shades of Vivid Violet #712290

Tints of Vivid Violet #712290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 49.48%

R = 38.83%
G = 11.68%
B = 49.48%

CMYK

 C value IS 0.22

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#712290 (or 0x712290) is known color: Vivid Violet. HEX triplet: 71, 22 and 90. RGB value is (113,34,144). Sum of RGB (Red+Green+Blue) = 113+34+144=291 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.83% from 291); Green value is 34 (13.67% from 255 or 11.68% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #712290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712290 is #8EDD6F. Grayscale: #454545. Windows color (decimal): -9362800 or 9446001. OLE color: 9446001.

HSL color Cylindrical-coordinate representation of color #712290: hue angle of 283.09º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #712290 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 34 144 -
CMYK 0.22 0.76 0 0.44
HSL 283.09º 0.62% 0.35% -
HSV(B) 283.09º 0.76% 0.56% -
XYZ 12.42 6.67 27.02 -
YUV 70.16 169.67 158.56 -
System Red Green Blue C M Y K H S L
Decimal 113 34 144 0.22 0.76 0 0.44 283.09 0.62 0.35
Hex 71 22 90 16 4C 0 2C 11B 3E 23
Octal 161 42 220 26 114 0 54 433 76 43
Binary 1110001 100010 10010000 10110 1001100 0 101100 100011011 111110 100011

Color Harmonies of #712290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712290

Black with #712290

Text Example


Text Example

White with #712290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712290; }

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

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

background-color css

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

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

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

border-color css

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

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

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