#71278C

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

Shades of Vivid Violet #71278C

Tints of Vivid Violet #71278C

Color information

#71278C (or 0x71278C) is unknown color: approx Vivid Violet. HEX triplet: 71, 27 and 8C. RGB value is (113,39,140). Sum of RGB (Red+Green+Blue) = 113+39+140=292 (38% of max value = 765). Red value is 113 (44.53% from 255 or 38.70% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #71278C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #71278C is #8ED873. Grayscale: #484848. Windows color (decimal): -9361524 or 9185137. OLE color: 9185137.

HSL color Cylindrical-coordinate representation of color #71278C: hue angle of 283.96º 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 #71278C is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11339140-
CMYK0.190.7200.45
HSL283.96º56.42%35.1%-
HSV(B)283.96º72.14%54.9%-
XYZ12.276.8625.49-
YUV72.64166.02156.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.70%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=38.70%
G=13.36%
B=47.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113391400.190.7200.45283.9656.4235.1
Hex71278C134802D11c3823
Octal16147214231100554347043
Binary1110001100111100011001001110010000101101100011100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71278C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,39,140); }

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

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

 a { background-color: rgb(113,39,140); }

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

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

 span { border-color: rgb(113,39,140); }

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