#75278D

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

Shades of Vivid Violet #75278D

Tints of Vivid Violet #75278D

Color information

#75278D (or 0x75278D) is unknown color: approx Vivid Violet. HEX triplet: 75, 27 and 8D. RGB value is (117,39,141). Sum of RGB (Red+Green+Blue) = 117+39+141=297 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.39% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 141 (55.47% from 255 or 47.47% from 297); Max value from RGB is 141 - color contains mainly: blue. Hex color #75278D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75278D is #8AD872. Grayscale: #494949. Windows color (decimal): -9099379 or 9250677. OLE color: 9250677.

HSL color Cylindrical-coordinate representation of color #75278D: hue angle of 285.88º degrees, saturation: 0.57, 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 #75278D is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11739141-
CMYK0.170.7200.45
HSL285.88º56.67%35.29%-
HSV(B)285.88º72.34%55.29%-
XYZ12.877.1625.9-
YUV73.95165.84158.71-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 39.39%
GREEN value IS 39 (15.62% from 255) = 13.13%
BLUE value IS 141 (55.47% from 255) = 47.47%
R=39.39%
G=13.13%
B=47.47%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117391410.170.7200.45285.8856.6735.29
Hex75278D114802D11e3923
Octal16547215211100554367143
Binary1110101100111100011011000110010000101101100011110111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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