#75038A

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

Shades of Purple #75038A

Tints of Purple #75038A

Color information

#75038A (or 0x75038A) is unknown color: approx Purple. HEX triplet: 75, 03 and 8A. RGB value is (117,3,138). Sum of RGB (Red+Green+Blue) = 117+3+138=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 138 (54.30% from 255 or 53.49% from 258); Max value from RGB is 138 - color contains mainly: blue. Hex color #75038A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #75038A is #8AFC75. Grayscale: #343434. Windows color (decimal): -9108598 or 9044853. OLE color: 9044853.

HSL color Cylindrical-coordinate representation of color #75038A: hue angle of 290.67º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #75038A is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1173138-
CMYK0.150.9800.46
HSL290.67º95.74%27.65%-
HSV(B)290.67º97.83%54.12%-
XYZ11.965.6824.51-
YUV52.48176.27174.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 45.35%
GREEN value IS 3 (1.56% from 255) = 1.16%
BLUE value IS 138 (54.30% from 255) = 53.49%
R=45.35%
G=1.16%
B=53.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal11731380.150.9800.46290.6795.7427.65
Hex7538AF6202E123601c
Octal16532121714205644314034
Binary11101011110001010111111000100101110100100011110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75038A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,3,138); }

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

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

 a { background-color: rgb(117,3,138); }

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

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

 span { border-color: rgb(117,3,138); }

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