Html Css Color HEX #713090 Vivid Violet

📋 copy color: '#713090'

red 113 ◦ green 48 ◦ blue 144

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

Shades of Vivid Violet #713090

Tints of Vivid Violet #713090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 37.05%
G = 15.74%
B = 47.21%

CMYK

 C value IS 0.22

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713090 (or 0x713090) is known color: Vivid Violet. HEX triplet: 71, 30 and 90. RGB value is (113,48,144). Sum of RGB (Red+Green+Blue) = 113+48+144=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 144 (56.64% from 255 or 47.21% from 305); Max value from RGB is 144 - color contains mainly: blue. Hex color #713090 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713090 is #8ECF6F. Grayscale: #4E4E4E. Windows color (decimal): -9359216 or 9449585. OLE color: 9449585.

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

Color convert

RGB 113 48 144 -
CMYK 0.22 0.67 0 0.44
HSL 280.63º 0.5% 0.38% -
HSV(B) 280.63º 0.67% 0.56% -
XYZ 12.9 7.64 27.18 -
YUV 78.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 113 48 144 0.22 0.67 0 0.44 280.63 0.5 0.38
Hex 71 30 90 16 43 0 2C 119 32 26
Octal 161 60 220 26 103 0 54 431 62 46
Binary 1110001 110000 10010000 10110 1000011 0 101100 100011001 110010 100110

Color Harmonies of #713090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713090

Black with #713090

Text Example


Text Example

White with #713090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713090; }

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

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

background-color css

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

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

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

border-color css

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

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

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