Html Css Color HEX #71318D Vivid Violet

📋 copy color: '#71318D'

red 113 ◦ green 49 ◦ blue 141

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

Shades of Vivid Violet #71318D

Tints of Vivid Violet #71318D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 46.53%

R = 37.29%
G = 16.17%
B = 46.53%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71318D (or 0x71318D) is known color: Vivid Violet. HEX triplet: 71, 31 and 8D. RGB value is (113,49,141). Sum of RGB (Red+Green+Blue) = 113+49+141=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 141 (55.47% from 255 or 46.53% from 303); Max value from RGB is 141 - color contains mainly: blue. Hex color #71318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71318D is #8ECE72. Grayscale: #4E4E4E. Windows color (decimal): -9358963 or 9253233. OLE color: 9253233.

HSL color Cylindrical-coordinate representation of color #71318D: hue angle of 281.74º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #71318D is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 113 49 141 -
CMYK 0.20 0.65 0 0.45
HSL 281.74º 0.48% 0.37% -
HSV(B) 281.74º 0.65% 0.55% -
XYZ 12.72 7.63 26 -
YUV 78.62 163.2 152.52 -
System Red Green Blue C M Y K H S L
Decimal 113 49 141 0.20 0.65 0 0.45 281.74 0.48 0.37
Hex 71 31 8D 14 41 0 2D 11A 30 25
Octal 161 61 215 24 101 0 55 432 60 45
Binary 1110001 110001 10001101 10100 1000001 0 101101 100011010 110000 100101

Color Harmonies of #71318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71318D

Black with #71318D

Text Example


Text Example

White with #71318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71318D; }

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

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

background-color css

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

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

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

border-color css

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

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

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