#75415D

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

Shades of Cosmic #75415D

Tints of Cosmic #75415D

Color information

#75415D (or 0x75415D) is unknown color: approx Cosmic. HEX triplet: 75, 41 and 5D. RGB value is (117,65,93). Sum of RGB (Red+Green+Blue) = 117+65+93=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 93 (36.72% from 255 or 33.82% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #75415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75415D is #8ABEA2. Grayscale: #535353. Windows color (decimal): -9092771 or 6111605. OLE color: 6111605.

HSL color Cylindrical-coordinate representation of color #75415D: hue angle of 327.69º 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 #75415D is Cyan = 0, Magento = 0.44, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1176593-
CMYK00.440.210.54
HSL327.69º28.57%35.69%-
HSV(B)327.69º44.44%45.88%-
XYZ11.28.3511.38-
YUV83.74133.23151.72-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 42.55%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 93 (36.72% from 255) = 33.82%
R=42.55%
G=23.64%
B=33.82%

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
Decimal117659300.440.210.54327.6928.5735.69
Hex75415D02C15361481d24
Octal16510113505425665103544
Binary11101011000001101110101011001010111011010100100011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75415D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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