Html Css Color HEX #71318F Vivid Violet

📋 copy color: '#71318F'

red 113 ◦ green 49 ◦ blue 143

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

Shades of Vivid Violet #71318F

Tints of Vivid Violet #71318F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 46.89%

R = 37.05%
G = 16.07%
B = 46.89%

CMYK

 C value IS 0.21

 M value IS 0.66

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71318F (or 0x71318F) is known color: Vivid Violet. HEX triplet: 71, 31 and 8F. RGB value is (113,49,143). Sum of RGB (Red+Green+Blue) = 113+49+143=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 143 (56.25% from 255 or 46.89% from 305); Max value from RGB is 143 - color contains mainly: blue. Hex color #71318F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71318F is #8ECE70. Grayscale: #4E4E4E. Windows color (decimal): -9358961 or 9384305. OLE color: 9384305.

HSL color Cylindrical-coordinate representation of color #71318F: hue angle of 280.85º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71318F is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 113 49 143 -
CMYK 0.21 0.66 0 0.44
HSL 280.85º 0.49% 0.38% -
HSV(B) 280.85º 0.66% 0.56% -
XYZ 12.87 7.69 26.79 -
YUV 78.85 164.2 152.36 -
System Red Green Blue C M Y K H S L
Decimal 113 49 143 0.21 0.66 0 0.44 280.85 0.49 0.38
Hex 71 31 8F 15 42 0 2C 119 31 26
Octal 161 61 217 25 102 0 54 431 61 46
Binary 1110001 110001 10001111 10101 1000010 0 101100 100011001 110001 100110

Color Harmonies of #71318F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71318F

Black with #71318F

Text Example


Text Example

White with #71318F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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