#750195

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

Shades of Purple #750195

Tints of Purple #750195

Color information

#750195 (or 0x750195) is unknown color: approx Purple. HEX triplet: 75, 01 and 95. RGB value is (117,1,149). Sum of RGB (Red+Green+Blue) = 117+1+149=267 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.82% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 149 (58.59% from 255 or 55.81% from 267); Max value from RGB is 149 - color contains mainly: blue. Hex color #750195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #750195 is #8AFE6A. Grayscale: #343434. Windows color (decimal): -9109099 or 9765237. OLE color: 9765237.

HSL color Cylindrical-coordinate representation of color #750195: hue angle of 287.03º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #750195 is Cyan = 0.21, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1171149-
CMYK0.210.9900.42
HSL287.03º98.67%29.41%-
HSV(B)287.03º99.33%58.43%-
XYZ12.775.9728.91-
YUV52.56182.43173.97-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.82%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 149 (58.59% from 255) = 55.81%
R=43.82%
G=0.37%
B=55.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal11711490.210.9900.42287.0398.6729.41
Hex75195156302A11f631d
Octal16512252514305243714335
Binary11101011100101011010111000110101010100011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #750195; }

 p { color: rgb(117,1,149); }

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

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

 a { background-color: rgb(117,1,149); }

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

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

 span { border-color: rgb(117,1,149); }

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