Html Css Color HEX #71229C Vivid Violet

📋 copy color: '#71229C'

red 113 ◦ green 34 ◦ blue 156

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

Shades of Vivid Violet #71229C

Tints of Vivid Violet #71229C

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.22%

 BLUE value IS 156 (61.33% from 255) = 51.49%

R = 37.29%
G = 11.22%
B = 51.49%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#71229C (or 0x71229C) is known color: Vivid Violet. HEX triplet: 71, 22 and 9C. RGB value is (113,34,156). Sum of RGB (Red+Green+Blue) = 113+34+156=303 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.29% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 156 (61.33% from 255 or 51.49% from 303); Max value from RGB is 156 - color contains mainly: blue. Hex color #71229C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71229C is #8EDD63. Grayscale: #474747. Windows color (decimal): -9362788 or 10232433. OLE color: 10232433.

HSL color Cylindrical-coordinate representation of color #71229C: hue angle of 278.85º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #71229C is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 34 156 -
CMYK 0.28 0.78 0 0.39
HSL 278.85º 0.64% 0.37% -
HSV(B) 278.85º 0.78% 0.61% -
XYZ 13.38 7.06 32.11 -
YUV 71.53 175.67 157.58 -
System Red Green Blue C M Y K H S L
Decimal 113 34 156 0.28 0.78 0 0.39 278.85 0.64 0.37
Hex 71 22 9C 1C 4E 0 27 117 40 25
Octal 161 42 234 34 116 0 47 427 100 45
Binary 1110001 100010 10011100 11100 1001110 0 100111 100010111 1000000 100101

Color Harmonies of #71229C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71229C

Black with #71229C

Text Example


Text Example

White with #71229C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71229C; }

 p { color: rgb(113,34,156); }

 H1.HeaderClassName
 {
   color: #71229C;
 }
 .AnyTagClassName
 {
   color: #71229C;
 }
</style>

background-color css

<style>
 a { background-color: #71229C; }

 a { background-color: rgb(113,34,156); }

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

border-color css

<style>
 span { border-color: #71229C; }

 span { border-color: rgb(113,34,156); }

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