#71248A

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

Shades of Vivid Violet #71248A

Tints of Vivid Violet #71248A

Color information

#71248A (or 0x71248A) is unknown color: approx Vivid Violet. HEX triplet: 71, 24 and 8A. RGB value is (113,36,138). Sum of RGB (Red+Green+Blue) = 113+36+138=287 (38% of max value = 765). Red value is 113 (44.53% from 255 or 39.37% from 287); Green value is 36 (14.45% from 255 or 12.54% from 287); Blue value is 138 (54.30% from 255 or 48.08% from 287); Max value from RGB is 138 - color contains mainly: blue. Hex color #71248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71248A is #8EDB75. Grayscale: #464646. Windows color (decimal): -9362294 or 9053297. OLE color: 9053297.

HSL color Cylindrical-coordinate representation of color #71248A: hue angle of 285.29º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #71248A is Cyan = 0.18, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11336138-
CMYK0.180.7400.46
HSL285.29º58.62%34.12%-
HSV(B)285.29º73.91%54.12%-
XYZ12.036.6124.69-
YUV70.65166.01158.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 39.37%
GREEN value IS 36 (14.45% from 255) = 12.54%
BLUE value IS 138 (54.30% from 255) = 48.08%
R=39.37%
G=12.54%
B=48.08%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal113361380.180.7400.46285.2958.6234.12
Hex71248A124A02E11d3b22
Octal16144212221120564357342
Binary1110001100100100010101001010010100101110100011101111011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71248A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,36,138); }

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

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

 a { background-color: rgb(113,36,138); }

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

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

 span { border-color: rgb(113,36,138); }

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