Html Css Color HEX #734261 Cosmic

📋 copy color: '#734261'

red 115 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #734261

Tints of Cosmic #734261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.74%

 BLUE value IS 97 (38.28% from 255) = 34.89%

R = 41.37%
G = 23.74%
B = 34.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#734261 (or 0x734261) is known color: Cosmic. HEX triplet: 73, 42 and 61. RGB value is (115,66,97). Sum of RGB (Red+Green+Blue) = 115+66+97=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 97 (38.28% from 255 or 34.89% from 278); Max value from RGB is 115 - color contains mainly: red. Hex color #734261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #734261 is #8CBD9E. Grayscale: #545454. Windows color (decimal): -9223583 or 6374003. OLE color: 6374003.

HSL color Cylindrical-coordinate representation of color #734261: hue angle of 322.04º degrees, saturation: 0.27, 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 #734261 is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 66 97 -
CMYK 0 0.43 0.16 0.55
HSL 322.04º 0.27% 0.35% -
HSV(B) 322.04º 0.43% 0.45% -
XYZ 11.18 8.4 12.34 -
YUV 84.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 115 66 97 0 0.43 0.16 0.55 322.04 0.27 0.35
Hex 73 42 61 0 2B 10 37 142 1B 23
Octal 163 102 141 0 53 20 67 502 33 43
Binary 1110011 1000010 1100001 0 101011 10000 110111 101000010 11011 100011

Color Harmonies of #734261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #734261

Black with #734261

Text Example


Text Example

White with #734261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #734261; }

 p { color: rgb(115,66,97); }

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

background-color css

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

 a { background-color: rgb(115,66,97); }

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

border-color css

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

 span { border-color: rgb(115,66,97); }

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