Html Css Color HEX #713291 Vivid Violet

📋 copy color: '#713291'

red 113 ◦ green 50 ◦ blue 145

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

Shades of Vivid Violet #713291

Tints of Vivid Violet #713291

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.23%

 BLUE value IS 145 (57.03% from 255) = 47.08%

R = 36.69%
G = 16.23%
B = 47.08%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#713291 (or 0x713291) is known color: Vivid Violet. HEX triplet: 71, 32 and 91. RGB value is (113,50,145). Sum of RGB (Red+Green+Blue) = 113+50+145=308 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.69% from 308); Green value is 50 (19.92% from 255 or 16.23% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #713291 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713291 is #8ECD6E. Grayscale: #4F4F4F. Windows color (decimal): -9358703 or 9515633. OLE color: 9515633.

HSL color Cylindrical-coordinate representation of color #713291: hue angle of 279.79º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #713291 is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 50 145 -
CMYK 0.22 0.66 0 0.43
HSL 279.79º 0.49% 0.38% -
HSV(B) 279.79º 0.66% 0.57% -
XYZ 13.06 7.84 27.61 -
YUV 79.67 164.87 151.78 -
System Red Green Blue C M Y K H S L
Decimal 113 50 145 0.22 0.66 0 0.43 279.79 0.49 0.38
Hex 71 32 91 16 42 0 2B 118 31 26
Octal 161 62 221 26 102 0 53 430 61 46
Binary 1110001 110010 10010001 10110 1000010 0 101011 100011000 110001 100110

Color Harmonies of #713291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713291

Black with #713291

Text Example


Text Example

White with #713291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713291; }

 p { color: rgb(113,50,145); }

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

background-color css

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

 a { background-color: rgb(113,50,145); }

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

border-color css

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

 span { border-color: rgb(113,50,145); }

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