#75348E

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

Shades of Vivid Violet #75348E

Tints of Vivid Violet #75348E

Color information

#75348E (or 0x75348E) is unknown color: approx Vivid Violet. HEX triplet: 75, 34 and 8E. RGB value is (117,52,142). Sum of RGB (Red+Green+Blue) = 117+52+142=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 142 (55.86% from 255 or 45.66% from 311); Max value from RGB is 142 - color contains mainly: blue. Hex color #75348E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75348E is #8ACB71. Grayscale: #515151. Windows color (decimal): -9096050 or 9319541. OLE color: 9319541.

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

Color convert

RGB11752142-
CMYK0.180.6300.44
HSL283.33º46.39%38.04%-
HSV(B)283.33º63.38%55.69%-
XYZ13.458.1926.46-
YUV81.69162.03153.18-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.62%
GREEN value IS 52 (20.70% from 255) = 16.72%
BLUE value IS 142 (55.86% from 255) = 45.66%
R=37.62%
G=16.72%
B=45.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal117521420.180.6300.44283.3346.3938.04
Hex75348E123F02C11b2e26
Octal1656421622770544335646
Binary111010111010010001110100101111110101100100011011101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75348E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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