#754569

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

Shades of Cosmic #754569

Tints of Cosmic #754569

Color information

#754569 (or 0x754569) is unknown color: approx Cosmic. HEX triplet: 75, 45 and 69. RGB value is (117,69,105). Sum of RGB (Red+Green+Blue) = 117+69+105=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 117 - color contains mainly: red. Hex color #754569 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754569 is #8ABA96. Grayscale: #575757. Windows color (decimal): -9091735 or 6899061. OLE color: 6899061.

HSL color Cylindrical-coordinate representation of color #754569: hue angle of 315º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #754569 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11769105-
CMYK00.410.100.54
HSL315º25.81%36.47%-
HSV(B)315º41.03%45.88%-
XYZ12.019.0614.48-
YUV87.46137.9149.07-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 40.21%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 105 (41.41% from 255) = 36.08%
R=40.21%
G=23.71%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1176910500.410.100.5431525.8136.47
Hex754569029A3613b1a24
Octal16510515105112664733244
Binary1110101100010111010010101001101011011010011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754569; }

 p { color: rgb(117,69,105); }

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

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

 a { background-color: rgb(117,69,105); }

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

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

 span { border-color: rgb(117,69,105); }

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