Html Css Color HEX #713487 Vivid Violet

📋 copy color: '#713487'

red 113 ◦ green 52 ◦ blue 135

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

Shades of Vivid Violet #713487

Tints of Vivid Violet #713487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.33%

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

R = 37.67%
G = 17.33%
B = 45%

CMYK

 C value IS 0.16

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713487 (or 0x713487) is known color: Vivid Violet. HEX triplet: 71, 34 and 87. RGB value is (113,52,135). Sum of RGB (Red+Green+Blue) = 113+52+135=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 52 (20.70% from 255 or 17.33% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #713487 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713487 is #8ECB78. Grayscale: #4F4F4F. Windows color (decimal): -9358201 or 8860785. OLE color: 8860785.

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

Color convert

RGB 113 52 135 -
CMYK 0.16 0.61 0 0.47
HSL 284.1º 0.44% 0.37% -
HSV(B) 284.1º 0.61% 0.53% -
XYZ 12.41 7.72 23.76 -
YUV 79.7 159.21 151.75 -
System Red Green Blue C M Y K H S L
Decimal 113 52 135 0.16 0.61 0 0.47 284.1 0.44 0.37
Hex 71 34 87 10 3D 0 2F 11C 2C 25
Octal 161 64 207 20 75 0 57 434 54 45
Binary 1110001 110100 10000111 10000 111101 0 101111 100011100 101100 100101

Color Harmonies of #713487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713487

Black with #713487

Text Example


Text Example

White with #713487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713487; }

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

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

background-color css

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

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

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

border-color css

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

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

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