Html Css Color HEX #713187 Vivid Violet

📋 copy color: '#713187'

red 113 ◦ green 49 ◦ blue 135

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

Shades of Vivid Violet #713187

Tints of Vivid Violet #713187

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.5%

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

R = 38.05%
G = 16.5%
B = 45.45%

CMYK

 C value IS 0.16

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#713187 (or 0x713187) is known color: Vivid Violet. HEX triplet: 71, 31 and 87. RGB value is (113,49,135). Sum of RGB (Red+Green+Blue) = 113+49+135=297 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.05% from 297); Green value is 49 (19.53% from 255 or 16.50% from 297); Blue value is 135 (53.12% from 255 or 45.45% from 297); Max value from RGB is 135 - color contains mainly: blue. Hex color #713187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713187 is #8ECE78. Grayscale: #4D4D4D. Windows color (decimal): -9358969 or 8860017. OLE color: 8860017.

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

Color convert

RGB 113 49 135 -
CMYK 0.16 0.64 0 0.47
HSL 284.65º 0.47% 0.36% -
HSV(B) 284.65º 0.64% 0.53% -
XYZ 12.28 7.46 23.71 -
YUV 77.94 160.2 153.01 -
System Red Green Blue C M Y K H S L
Decimal 113 49 135 0.16 0.64 0 0.47 284.65 0.47 0.36
Hex 71 31 87 10 40 0 2F 11D 2F 24
Octal 161 61 207 20 100 0 57 435 57 44
Binary 1110001 110001 10000111 10000 1000000 0 101111 100011101 101111 100100

Color Harmonies of #713187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713187

Black with #713187

Text Example


Text Example

White with #713187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713187; }

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

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

background-color css

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

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

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

border-color css

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

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

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