Html Css Color HEX #71219A Vivid Violet

📋 copy color: '#71219A'

red 113 ◦ green 33 ◦ blue 154

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

Shades of Vivid Violet #71219A

Tints of Vivid Violet #71219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.33%

R = 37.67%
G = 11%
B = 51.33%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71219A (or 0x71219A) is known color: Vivid Violet. HEX triplet: 71, 21 and 9A. RGB value is (113,33,154). Sum of RGB (Red+Green+Blue) = 113+33+154=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #71219A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71219A is #8EDE65. Grayscale: #464646. Windows color (decimal): -9363046 or 10101105. OLE color: 10101105.

HSL color Cylindrical-coordinate representation of color #71219A: hue angle of 279.67º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #71219A is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 33 154 -
CMYK 0.27 0.79 0 0.40
HSL 279.67º 0.65% 0.37% -
HSV(B) 279.67º 0.79% 0.6% -
XYZ 13.19 6.93 31.21 -
YUV 70.71 175 158.16 -
System Red Green Blue C M Y K H S L
Decimal 113 33 154 0.27 0.79 0 0.40 279.67 0.65 0.37
Hex 71 21 9A 1B 4F 0 28 118 41 25
Octal 161 41 232 33 117 0 50 430 101 45
Binary 1110001 100001 10011010 11011 1001111 0 101000 100011000 1000001 100101

Color Harmonies of #71219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71219A

Black with #71219A

Text Example


Text Example

White with #71219A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71219A; }

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

 H1.HeaderClassName
 {
   color: #71219A;
 }
 .AnyTagClassName
 {
   color: #71219A;
 }
</style>

background-color css

<style>
 a { background-color: #71219A; }

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

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

border-color css

<style>
 span { border-color: #71219A; }

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

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