Html Css Color HEX #734160 Cosmic

📋 copy color: '#734160'

red 115 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #734160

Tints of Cosmic #734160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.55%

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

R = 41.67%
G = 23.55%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#734160 (or 0x734160) is known color: Cosmic. HEX triplet: 73, 41 and 60. RGB value is (115,65,96). Sum of RGB (Red+Green+Blue) = 115+65+96=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 65 (25.78% from 255 or 23.55% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 115 - color contains mainly: red. Hex color #734160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734160 is #8CBE9F. Grayscale: #535353. Windows color (decimal): -9223840 or 6308211. OLE color: 6308211.

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

Color convert

RGB 115 65 96 -
CMYK 0 0.43 0.17 0.55
HSL 322.8º 0.28% 0.35% -
HSV(B) 322.8º 0.43% 0.45% -
XYZ 11.07 8.27 12.08 -
YUV 83.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 115 65 96 0 0.43 0.17 0.55 322.8 0.28 0.35
Hex 73 41 60 0 2B 11 37 143 1C 23
Octal 163 101 140 0 53 21 67 503 34 43
Binary 1110011 1000001 1100000 0 101011 10001 110111 101000011 11100 100011

Color Harmonies of #734160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734160

Black with #734160

Text Example


Text Example

White with #734160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734160; }

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

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

background-color css

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

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

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

border-color css

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

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

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