#75006B

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

Shades of Purple #75006B

Tints of Purple #75006B

Color information

#75006B (or 0x75006B) is unknown color: approx Purple. HEX triplet: 75, 00 and 6B. RGB value is (117,0,107). Sum of RGB (Red+Green+Blue) = 117+0+107=224 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.23% from 224); Green value is 0 (0.39% from 255 or 0% from 224); Blue value is 107 (42.19% from 255 or 47.77% from 224); Max value from RGB is 117 - color contains mainly: red. Hex color #75006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75006B is #8AFF94. Grayscale: #2E2E2E. Windows color (decimal): -9109397 or 7012469. OLE color: 7012469.

HSL color Cylindrical-coordinate representation of color #75006B: hue angle of 305.13º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #75006B is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB1170107-
CMYK010.090.54
HSL305.13º100%22.94%-
HSV(B)305.13º100%45.88%-
XYZ9.994.8414.32-
YUV47.18161.76177.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 52.23%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 47.77%
R=52.23%
G=0%
B=47.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1170107010.090.54305.1310022.94
Hex7506B0649361316417
Octal16501530144116646114427
Binary111010101101011011001001001110110100110001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,0,107); }

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

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

 a { background-color: rgb(117,0,107); }

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

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

 span { border-color: rgb(117,0,107); }

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