#734865

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

Shades of Cosmic #734865

Tints of Cosmic #734865

Color information

#734865 (or 0x734865) is unknown color: approx Cosmic. HEX triplet: 73, 48 and 65. RGB value is (115,72,101). Sum of RGB (Red+Green+Blue) = 115+72+101=288 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.93% from 288); Green value is 72 (28.52% from 255 or 25% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 115 - color contains mainly: red. Hex color #734865 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734865 is #8CB79A. Grayscale: #585858. Windows color (decimal): -9222043 or 6637683. OLE color: 6637683.

HSL color Cylindrical-coordinate representation of color #734865: hue angle of 319.53º degrees, saturation: 0.23, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #734865 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11572101-
CMYK00.370.120.55
HSL319.53º22.99%36.67%-
HSV(B)319.53º37.39%45.1%-
XYZ11.749.2213.47-
YUV88.16135.25147.14-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.93%
GREEN value IS 72 (28.52% from 255) = 25%
BLUE value IS 101 (39.84% from 255) = 35.07%
R=39.93%
G=25%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1157210100.370.120.55319.5322.9936.67
Hex734865025C371401725
Octal16311014504514675002745
Binary1110011100100011001010100101110011011110100000010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734865; }

 p { color: rgb(115,72,101); }

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

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

 a { background-color: rgb(115,72,101); }

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

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

 span { border-color: rgb(115,72,101); }

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