#75269B

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

Shades of Vivid Violet #75269B

Tints of Vivid Violet #75269B

Color information

#75269B (or 0x75269B) is unknown color: approx Vivid Violet. HEX triplet: 75, 26 and 9B. RGB value is (117,38,155). Sum of RGB (Red+Green+Blue) = 117+38+155=310 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.74% from 310); Green value is 38 (15.23% from 255 or 12.26% from 310); Blue value is 155 (60.94% from 255 or 50% from 310); Max value from RGB is 155 - color contains mainly: blue. Hex color #75269B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #75269B is #8AD964. Grayscale: #4A4A4A. Windows color (decimal): -9099621 or 10167925. OLE color: 10167925.

HSL color Cylindrical-coordinate representation of color #75269B: hue angle of 280.51º degrees, saturation: 0.61, 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 #75269B is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11738155-
CMYK0.250.7500.39
HSL280.51º60.62%37.84%-
HSV(B)280.51º75.48%60.78%-
XYZ13.957.5331.73-
YUV74.96173.17157.99-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 37.74%
GREEN value IS 38 (15.23% from 255) = 12.26%
BLUE value IS 155 (60.94% from 255) = 50%
R=37.74%
G=12.26%
B=50%

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
Decimal117381550.250.7500.39280.5160.6237.84
Hex75269B194B0271193d26
Octal16546233311130474317546
Binary1110101100110100110111100110010110100111100011001111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75269B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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