#75385F

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

Shades of Cosmic #75385F

Tints of Cosmic #75385F

Color information

#75385F (or 0x75385F) is unknown color: approx Cosmic. HEX triplet: 75, 38 and 5F. RGB value is (117,56,95). Sum of RGB (Red+Green+Blue) = 117+56+95=268 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.66% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 95 (37.5% from 255 or 35.45% from 268); Max value from RGB is 117 - color contains mainly: red. Hex color #75385F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75385F is #8AC7A0. Grayscale: #4E4E4E. Windows color (decimal): -9095073 or 6240373. OLE color: 6240373.

HSL color Cylindrical-coordinate representation of color #75385F: hue angle of 321.64º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #75385F is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1175695-
CMYK00.520.190.54
HSL321.64º35.26%33.92%-
HSV(B)321.64º52.14%45.88%-
XYZ10.827.4411.69-
YUV78.68137.21155.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 43.66%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 95 (37.5% from 255) = 35.45%
R=43.66%
G=20.90%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117569500.520.190.54321.6435.2633.92
Hex75385F03413361422322
Octal1657013706423665024342
Binary11101011110001011111011010010011110110101000010100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75385F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75385F; }

 p { color: rgb(117,56,95); }

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

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

 a { background-color: rgb(117,56,95); }

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

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

 span { border-color: rgb(117,56,95); }

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