#75067C

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

Shades of Purple #75067C

Tints of Purple #75067C

Color information

#75067C (or 0x75067C) is unknown color: approx Purple. HEX triplet: 75, 06 and 7C. RGB value is (117,6,124). Sum of RGB (Red+Green+Blue) = 117+6+124=247 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.37% from 247); Green value is 6 (2.73% from 255 or 2.43% from 247); Blue value is 124 (48.83% from 255 or 50.20% from 247); Max value from RGB is 124 - color contains mainly: blue. Hex color #75067C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75067C is #8AF983. Grayscale: #343434. Windows color (decimal): -9107844 or 8128117. OLE color: 8128117.

HSL color Cylindrical-coordinate representation of color #75067C: hue angle of 296.44º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #75067C is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1176124-
CMYK0.060.9500.51
HSL296.44º90.77%25.49%-
HSV(B)296.44º95.16%48.63%-
XYZ11.045.3719.52-
YUV52.64168.27173.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.37%
GREEN value IS 6 (2.73% from 255) = 2.43%
BLUE value IS 124 (48.83% from 255) = 50.20%
R=47.37%
G=2.43%
B=50.20%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal11761240.060.9500.51296.4490.7725.49
Hex7567C65F0331285b19
Octal1656174613706345013331
Binary1110101110111110011010111110110011100101000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75067C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75067C; }

 p { color: rgb(117,6,124); }

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

<style>
 a { background-color: #75067C; }

 a { background-color: rgb(117,6,124); }

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

<style>
 span { border-color: #75067C; }

 span { border-color: rgb(117,6,124); }

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