#75279B

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

Shades of Vivid Violet #75279B

Tints of Vivid Violet #75279B

Color information

#75279B (or 0x75279B) is unknown color: approx Vivid Violet. HEX triplet: 75, 27 and 9B. RGB value is (117,39,155). Sum of RGB (Red+Green+Blue) = 117+39+155=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 155 (60.94% from 255 or 49.84% from 311); Max value from RGB is 155 - color contains mainly: blue. Hex color #75279B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75279B is #8AD864. Grayscale: #4B4B4B. Windows color (decimal): -9099365 or 10168181. OLE color: 10168181.

HSL color Cylindrical-coordinate representation of color #75279B: hue angle of 280.34º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #75279B is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11739155-
CMYK0.250.7500.39
HSL280.34º59.79%38.04%-
HSV(B)280.34º74.84%60.78%-
XYZ13.987.631.74-
YUV75.55172.84157.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 39 (15.62% from 255) = 12.54%
BLUE value IS 155 (60.94% from 255) = 49.84%
R=37.62%
G=12.54%
B=49.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal117391550.250.7500.39280.3459.7938.04
Hex75279B194B0271183c26
Octal16547233311130474307446
Binary1110101100111100110111100110010110100111100011000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75279B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75279B; }

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

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

<style>
 a { background-color: #75279B; }

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

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

<style>
 span { border-color: #75279B; }

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

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