Html Css Color HEX #713690 Vivid Violet

📋 copy color: '#713690'

red 113 ◦ green 54 ◦ blue 144

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

Shades of Vivid Violet #713690

Tints of Vivid Violet #713690

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.36%

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

R = 36.33%
G = 17.36%
B = 46.3%

CMYK

 C value IS 0.22

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#713690 (or 0x713690) is known color: Vivid Violet. HEX triplet: 71, 36 and 90. RGB value is (113,54,144). Sum of RGB (Red+Green+Blue) = 113+54+144=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 54 (21.48% from 255 or 17.36% from 311); Blue value is 144 (56.64% from 255 or 46.30% from 311); Max value from RGB is 144 - color contains mainly: blue. Hex color #713690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713690 is #8EC96F. Grayscale: #515151. Windows color (decimal): -9357680 or 9451121. OLE color: 9451121.

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

Color convert

RGB 113 54 144 -
CMYK 0.22 0.63 0 0.44
HSL 279.33º 0.45% 0.39% -
HSV(B) 279.33º 0.63% 0.56% -
XYZ 13.16 8.16 27.27 -
YUV 81.9 163.05 150.18 -
System Red Green Blue C M Y K H S L
Decimal 113 54 144 0.22 0.63 0 0.44 279.33 0.45 0.39
Hex 71 36 90 16 3F 0 2C 117 2D 27
Octal 161 66 220 26 77 0 54 427 55 47
Binary 1110001 110110 10010000 10110 111111 0 101100 100010111 101101 100111

Color Harmonies of #713690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713690

Black with #713690

Text Example


Text Example

White with #713690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713690; }

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

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

background-color css

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

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

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

border-color css

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

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

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