Html Css Color HEX #713687 Vivid Violet

📋 copy color: '#713687'

red 113 ◦ green 54 ◦ blue 135

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

Shades of Vivid Violet #713687

Tints of Vivid Violet #713687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 44.7%

R = 37.42%
G = 17.88%
B = 44.7%

CMYK

 C value IS 0.16

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713687 (or 0x713687) is known color: Vivid Violet. HEX triplet: 71, 36 and 87. RGB value is (113,54,135). Sum of RGB (Red+Green+Blue) = 113+54+135=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 54 (21.48% from 255 or 17.88% from 302); Blue value is 135 (53.12% from 255 or 44.70% from 302); Max value from RGB is 135 - color contains mainly: blue. Hex color #713687 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713687 is #8EC978. Grayscale: #505050. Windows color (decimal): -9357689 or 8861297. OLE color: 8861297.

HSL color Cylindrical-coordinate representation of color #713687: hue angle of 283.7º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #713687 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 113 54 135 -
CMYK 0.16 0.60 0 0.47
HSL 283.7º 0.43% 0.37% -
HSV(B) 283.7º 0.6% 0.53% -
XYZ 12.5 7.9 23.79 -
YUV 80.88 158.55 150.91 -
System Red Green Blue C M Y K H S L
Decimal 113 54 135 0.16 0.60 0 0.47 283.7 0.43 0.37
Hex 71 36 87 10 3C 0 2F 11C 2B 25
Octal 161 66 207 20 74 0 57 434 53 45
Binary 1110001 110110 10000111 10000 111100 0 101111 100011100 101011 100101

Color Harmonies of #713687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713687

Black with #713687

Text Example


Text Example

White with #713687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713687; }

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

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

background-color css

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

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

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

border-color css

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

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

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