#75067A

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

Shades of Purple #75067A

Tints of Purple #75067A

Color information

#75067A (or 0x75067A) is unknown color: approx Purple. HEX triplet: 75, 06 and 7A. RGB value is (117,6,122). Sum of RGB (Red+Green+Blue) = 117+6+122=245 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.76% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #75067A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #75067A is #8AF985. Grayscale: #343434. Windows color (decimal): -9107846 or 7997045. OLE color: 7997045.

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

Color convert

RGB1176122-
CMYK0.040.9500.52
HSL297.41º90.62%25.1%-
HSV(B)297.41º95.08%47.84%-
XYZ10.915.3218.86-
YUV52.41167.27174.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 47.76%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 122 (48.05% from 255) = 49.80%
R=47.76%
G=2.45%
B=49.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal11761220.040.9500.52297.4190.6225.1
Hex7567A45F0341295b19
Octal1656172413706445113331
Binary1110101110111101010010111110110100100101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75067A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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