#724361

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

Shades of Cosmic #724361

Tints of Cosmic #724361

Color information

#724361 (or 0x724361) is unknown color: approx Cosmic. HEX triplet: 72, 43 and 61. RGB value is (114,67,97). Sum of RGB (Red+Green+Blue) = 114+67+97=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #724361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724361 is #8DBC9E. Grayscale: #545454. Windows color (decimal): -9288863 or 6374258. OLE color: 6374258.

HSL color Cylindrical-coordinate representation of color #724361: hue angle of 321.7º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #724361 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.55.

Color convert

RGB1146797-
CMYK00.410.150.55
HSL321.7º25.97%35.49%-
HSV(B)321.7º41.23%44.71%-
XYZ11.18.4512.36-
YUV84.47135.07149.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.01%
GREEN value IS 67 (26.56% from 255) = 24.10%
BLUE value IS 97 (38.28% from 255) = 34.89%
R=41.01%
G=24.10%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114679700.410.150.55321.725.9735.49
Hex724361029F371421a23
Octal16210314105117675023243
Binary1110010100001111000010101001111111011110100001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724361; }

 p { color: rgb(114,67,97); }

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

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

 a { background-color: rgb(114,67,97); }

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

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

 span { border-color: rgb(114,67,97); }

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