Html Css Color HEX #71218F Vivid Violet

📋 copy color: '#71218F'

red 113 ◦ green 33 ◦ blue 143

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

Shades of Vivid Violet #71218F

Tints of Vivid Violet #71218F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.42%

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

R = 39.1%
G = 11.42%
B = 49.48%

CMYK

 C value IS 0.21

 M value IS 0.77

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#71218F (or 0x71218F) is known color: Vivid Violet. HEX triplet: 71, 21 and 8F. RGB value is (113,33,143). Sum of RGB (Red+Green+Blue) = 113+33+143=289 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.10% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 143 (56.25% from 255 or 49.48% from 289); Max value from RGB is 143 - color contains mainly: blue. Hex color #71218F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71218F is #8EDE70. Grayscale: #454545. Windows color (decimal): -9363057 or 9380209. OLE color: 9380209.

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

Color convert

RGB 113 33 143 -
CMYK 0.21 0.77 0 0.44
HSL 283.64º 0.63% 0.35% -
HSV(B) 283.64º 0.77% 0.56% -
XYZ 12.31 6.58 26.61 -
YUV 69.46 169.5 159.06 -
System Red Green Blue C M Y K H S L
Decimal 113 33 143 0.21 0.77 0 0.44 283.64 0.63 0.35
Hex 71 21 8F 15 4D 0 2C 11C 3E 23
Octal 161 41 217 25 115 0 54 434 76 43
Binary 1110001 100001 10001111 10101 1001101 0 101100 100011100 111110 100011

Color Harmonies of #71218F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71218F

Black with #71218F

Text Example


Text Example

White with #71218F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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