Html Css Color HEX #71298D Vivid Violet

📋 copy color: '#71298D'

red 113 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #71298D

Tints of Vivid Violet #71298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.9%

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

R = 38.31%
G = 13.9%
B = 47.8%

CMYK

 C value IS 0.20

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71298D (or 0x71298D) is known color: Vivid Violet. HEX triplet: 71, 29 and 8D. RGB value is (113,41,141). Sum of RGB (Red+Green+Blue) = 113+41+141=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 41 (16.41% from 255 or 13.90% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #71298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71298D is #8ED672. Grayscale: #494949. Windows color (decimal): -9361011 or 9251185. OLE color: 9251185.

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

Color convert

RGB 113 41 141 -
CMYK 0.20 0.71 0 0.45
HSL 283.2º 0.55% 0.36% -
HSV(B) 283.2º 0.71% 0.55% -
XYZ 12.41 7.02 25.9 -
YUV 73.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 113 41 141 0.20 0.71 0 0.45 283.2 0.55 0.36
Hex 71 29 8D 14 47 0 2D 11B 37 24
Octal 161 51 215 24 107 0 55 433 67 44
Binary 1110001 101001 10001101 10100 1000111 0 101101 100011011 110111 100100

Color Harmonies of #71298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71298D

Black with #71298D

Text Example


Text Example

White with #71298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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