#75278E

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

Shades of Vivid Violet #75278E

Tints of Vivid Violet #75278E

Color information

#75278E (or 0x75278E) is unknown color: approx Vivid Violet. HEX triplet: 75, 27 and 8E. RGB value is (117,39,142). Sum of RGB (Red+Green+Blue) = 117+39+142=298 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.26% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #75278E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75278E is #8AD871. Grayscale: #494949. Windows color (decimal): -9099378 or 9316213. OLE color: 9316213.

HSL color Cylindrical-coordinate representation of color #75278E: hue angle of 285.44º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #75278E is Cyan = 0.18, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11739142-
CMYK0.180.7300.44
HSL285.44º56.91%35.49%-
HSV(B)285.44º72.54%55.69%-
XYZ12.947.1926.3-
YUV74.06166.34158.62-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.26%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=39.26%
G=13.09%
B=47.65%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117391420.180.7300.44285.4456.9135.49
Hex75278E124902C11d3923
Octal16547216221110544357143
Binary1110101100111100011101001010010010101100100011101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75278E; }

 p { color: rgb(117,39,142); }

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

<style>
 a { background-color: #75278E; }

 a { background-color: rgb(117,39,142); }

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

<style>
 span { border-color: #75278E; }

 span { border-color: rgb(117,39,142); }

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