#75017B

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

Shades of Purple #75017B

Tints of Purple #75017B

Color information

#75017B (or 0x75017B) is unknown color: approx Purple. HEX triplet: 75, 01 and 7B. RGB value is (117,1,123). Sum of RGB (Red+Green+Blue) = 117+1+123=241 (31% of max value = 765). Red value is 117 (46.09% from 255 or 48.55% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #75017B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75017B is #8AFE84. Grayscale: #313131. Windows color (decimal): -9109125 or 8061301. OLE color: 8061301.

HSL color Cylindrical-coordinate representation of color #75017B: hue angle of 297.05º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #75017B is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1171123-
CMYK0.050.9900.52
HSL297.05º98.39%24.31%-
HSV(B)297.05º99.19%48.24%-
XYZ10.925.2319.17-
YUV49.59169.43176.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 48.55%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 123 (48.44% from 255) = 51.04%
R=48.55%
G=0.41%
B=51.04%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11711230.050.9900.52297.0598.3924.31
Hex7517B5630341296218
Octal1651173514306445114230
Binary11101011111101110111000110110100100101001110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75017B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,1,123); }

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

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

 a { background-color: rgb(117,1,123); }

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

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

 span { border-color: rgb(117,1,123); }

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