#734062

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

Shades of Cosmic #734062

Tints of Cosmic #734062

Color information

#734062 (or 0x734062) is unknown color: approx Cosmic. HEX triplet: 73, 40 and 62. RGB value is (115,64,98). Sum of RGB (Red+Green+Blue) = 115+64+98=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 98 (38.67% from 255 or 35.38% from 277); Max value from RGB is 115 - color contains mainly: red. Hex color #734062 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734062 is #8CBF9D. Grayscale: #535353. Windows color (decimal): -9224094 or 6439027. OLE color: 6439027.

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

Color convert

RGB1156498-
CMYK00.440.150.55
HSL320º28.49%35.1%-
HSV(B)320º44.35%45.1%-
XYZ11.118.1912.55-
YUV83.12136.4150.74-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 41.52%
GREEN value IS 64 (25.39% from 255) = 23.10%
BLUE value IS 98 (38.67% from 255) = 35.38%
R=41.52%
G=23.10%
B=35.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115649800.440.150.5532028.4935.1
Hex73406202CF371401c23
Octal16310014205417675003443
Binary1110011100000011000100101100111111011110100000011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734062; }

 p { color: rgb(115,64,98); }

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

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

 a { background-color: rgb(115,64,98); }

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

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

 span { border-color: rgb(115,64,98); }

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