#75415C

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

Shades of Cosmic #75415C

Tints of Cosmic #75415C

Color information

#75415C (or 0x75415C) is unknown color: approx Cosmic. HEX triplet: 75, 41 and 5C. RGB value is (117,65,92). Sum of RGB (Red+Green+Blue) = 117+65+92=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #75415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75415C is #8ABEA3. Grayscale: #535353. Windows color (decimal): -9092772 or 6046069. OLE color: 6046069.

HSL color Cylindrical-coordinate representation of color #75415C: hue angle of 328.85º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75415C is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1176592-
CMYK00.440.210.54
HSL328.85º28.57%35.69%-
HSV(B)328.85º44.44%45.88%-
XYZ11.168.3411.15-
YUV83.63132.73151.8-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.70%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 92 (36.33% from 255) = 33.58%
R=42.70%
G=23.72%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117659200.440.210.54328.8528.5735.69
Hex75415C02C15361491d24
Octal16510113405425665113544
Binary11101011000001101110001011001010111011010100100111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75415C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75415C; }

 p { color: rgb(117,65,92); }

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

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

 a { background-color: rgb(117,65,92); }

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

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

 span { border-color: rgb(117,65,92); }

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