Html Css Color HEX #734060 Cosmic

📋 copy color: '#734060'

red 115 ◦ green 64 ◦ blue 96

#734060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #734060

Tints of Cosmic #734060

RGB

 RED value IS 115 (45.31% from 255) = 41.82%

 GREEN value IS 64 (25.39% from 255) = 23.27%

 BLUE value IS 96 (37.89% from 255) = 34.91%

R = 41.82%
G = 23.27%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#734060 (or 0x734060) is known color: Cosmic. HEX triplet: 73, 40 and 60. RGB value is (115,64,96). Sum of RGB (Red+Green+Blue) = 115+64+96=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 115 - color contains mainly: red. Hex color #734060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734060 is #8CBF9F. Grayscale: #525252. Windows color (decimal): -9224096 or 6307955. OLE color: 6307955.

HSL color Cylindrical-coordinate representation of color #734060: hue angle of 322.35º 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 #734060 is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 64 96 -
CMYK 0 0.44 0.17 0.55
HSL 322.35º 0.28% 0.35% -
HSV(B) 322.35º 0.44% 0.45% -
XYZ 11.01 8.16 12.06 -
YUV 82.9 135.4 150.9 -
System Red Green Blue C M Y K H S L
Decimal 115 64 96 0 0.44 0.17 0.55 322.35 0.28 0.35
Hex 73 40 60 0 2C 11 37 142 1C 23
Octal 163 100 140 0 54 21 67 502 34 43
Binary 1110011 1000000 1100000 0 101100 10001 110111 101000010 11100 100011

Color Harmonies of #734060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734060

Black with #734060

Text Example


Text Example

White with #734060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734060; }

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

 H1.HeaderClassName
 {
   color: #734060;
 }
 .AnyTagClassName
 {
   color: #734060;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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