Html Css Color HEX #71288D Vivid Violet

📋 copy color: '#71288D'

red 113 ◦ green 40 ◦ blue 141

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

Shades of Vivid Violet #71288D

Tints of Vivid Violet #71288D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.61%

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

R = 38.44%
G = 13.61%
B = 47.96%

CMYK

 C value IS 0.20

 M value IS 0.72

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#71288D (or 0x71288D) is known color: Vivid Violet. HEX triplet: 71, 28 and 8D. RGB value is (113,40,141). Sum of RGB (Red+Green+Blue) = 113+40+141=294 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.44% from 294); Green value is 40 (16.02% from 255 or 13.61% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #71288D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71288D is #8ED772. Grayscale: #494949. Windows color (decimal): -9361267 or 9250929. OLE color: 9250929.

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

Color convert

RGB 113 40 141 -
CMYK 0.20 0.72 0 0.45
HSL 283.37º 0.56% 0.35% -
HSV(B) 283.37º 0.72% 0.55% -
XYZ 12.38 6.95 25.89 -
YUV 73.34 166.18 156.29 -
System Red Green Blue C M Y K H S L
Decimal 113 40 141 0.20 0.72 0 0.45 283.37 0.56 0.35
Hex 71 28 8D 14 48 0 2D 11B 38 23
Octal 161 50 215 24 110 0 55 433 70 43
Binary 1110001 101000 10001101 10100 1001000 0 101101 100011011 111000 100011

Color Harmonies of #71288D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71288D

Black with #71288D

Text Example


Text Example

White with #71288D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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