#75068D

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

Shades of Purple #75068D

Tints of Purple #75068D

Color information

#75068D (or 0x75068D) is unknown color: approx Purple. HEX triplet: 75, 06 and 8D. RGB value is (117,6,141). Sum of RGB (Red+Green+Blue) = 117+6+141=264 (34% of max value = 765). Red value is 117 (46.09% from 255 or 44.32% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 141 (55.47% from 255 or 53.41% from 264); Max value from RGB is 141 - color contains mainly: blue. Hex color #75068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75068D is #8AF972. Grayscale: #363636. Windows color (decimal): -9107827 or 9242229. OLE color: 9242229.

HSL color Cylindrical-coordinate representation of color #75068D: hue angle of 289.33º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #75068D is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1176141-
CMYK0.170.9600.45
HSL289.33º91.84%28.82%-
HSV(B)289.33º95.74%55.29%-
XYZ12.215.8425.68-
YUV54.58176.77172.52-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 44.32%
GREEN value IS 6 (2.73% from 255) = 2.27%
BLUE value IS 141 (55.47% from 255) = 53.41%
R=44.32%
G=2.27%
B=53.41%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal11761410.170.9600.45289.3391.8428.82
Hex7568D116002D1215c1d
Octal16562152114005544113435
Binary1110101110100011011000111000000101101100100001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75068D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75068D; }

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

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

<style>
 a { background-color: #75068D; }

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

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

<style>
 span { border-color: #75068D; }

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

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