Html Css Color HEX #713185 Vivid Violet

📋 copy color: '#713185'

red 113 ◦ green 49 ◦ blue 133

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

Shades of Vivid Violet #713185

Tints of Vivid Violet #713185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 45.08%

R = 38.31%
G = 16.61%
B = 45.08%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#713185 (or 0x713185) is known color: Vivid Violet. HEX triplet: 71, 31 and 85. RGB value is (113,49,133). Sum of RGB (Red+Green+Blue) = 113+49+133=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #713185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #713185 is #8ECE7A. Grayscale: #4D4D4D. Windows color (decimal): -9358971 or 8728945. OLE color: 8728945.

HSL color Cylindrical-coordinate representation of color #713185: hue angle of 285.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #713185 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 49 133 -
CMYK 0.15 0.63 0 0.48
HSL 285.71º 0.46% 0.36% -
HSV(B) 285.71º 0.63% 0.52% -
XYZ 12.14 7.4 22.98 -
YUV 77.71 159.2 153.17 -
System Red Green Blue C M Y K H S L
Decimal 113 49 133 0.15 0.63 0 0.48 285.71 0.46 0.36
Hex 71 31 85 F 3F 0 30 11E 2E 24
Octal 161 61 205 17 77 0 60 436 56 44
Binary 1110001 110001 10000101 1111 111111 0 110000 100011110 101110 100100

Color Harmonies of #713185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #713185

Black with #713185

Text Example


Text Example

White with #713185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #713185; }

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

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

background-color css

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

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

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

border-color css

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

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

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