#75178B

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

Shades of Purple #75178B

Tints of Purple #75178B

Color information

#75178B (or 0x75178B) is unknown color: approx Purple. HEX triplet: 75, 17 and 8B. RGB value is (117,23,139). Sum of RGB (Red+Green+Blue) = 117+23+139=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #75178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75178B is #8AE874. Grayscale: #3F3F3F. Windows color (decimal): -9103477 or 9115509. OLE color: 9115509.

HSL color Cylindrical-coordinate representation of color #75178B: hue angle of 288.62º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #75178B is Cyan = 0.16, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11723139-
CMYK0.160.8300.45
HSL288.62º71.6%31.76%-
HSV(B)288.62º83.45%54.51%-
XYZ12.36.2624.99-
YUV64.33170.14165.57-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.94%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 139 (54.69% from 255) = 49.82%
R=41.94%
G=8.24%
B=49.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal117231390.160.8300.45288.6271.631.76
Hex75178B105302D1214820
Octal165272132012305544111040
Binary1110101101111000101110000101001101011011001000011001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75178B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,23,139); }

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

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

 a { background-color: rgb(117,23,139); }

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

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

 span { border-color: rgb(117,23,139); }

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