#71269A

Color #71269A Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #71269A

Tints of Vivid Violet #71269A

Color information

#71269A (or 0x71269A) is unknown color: approx Vivid Violet. HEX triplet: 71, 26 and 9A. RGB value is (113,38,154). Sum of RGB (Red+Green+Blue) = 113+38+154=305 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.05% from 305); Green value is 38 (15.23% from 255 or 12.46% from 305); Blue value is 154 (60.55% from 255 or 50.49% from 305); Max value from RGB is 154 - color contains mainly: blue. Hex color #71269A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71269A is #8ED965. Grayscale: #494949. Windows color (decimal): -9361766 or 10102385. OLE color: 10102385.

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

Color convert

RGB11338154-
CMYK0.270.7500.40
HSL278.79º60.42%37.65%-
HSV(B)278.79º75.32%60.39%-
XYZ13.347.2331.26-
YUV73.65173.35156.07-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.05%
GREEN value IS 38 (15.23% from 255) = 12.46%
BLUE value IS 154 (60.55% from 255) = 50.49%
R=37.05%
G=12.46%
B=50.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113381540.270.7500.40278.7960.4237.65
Hex71269A1B4B0281173c26
Octal16146232331130504277446
Binary1110001100110100110101101110010110101000100010111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71269A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71269A;
 }
 .AnyTagClassName
 {
   color: #71269A;
 }
</style>
background-color css

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

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

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

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

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

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