Html Css Color HEX #744361 Cosmic

📋 copy color: '#744361'

red 116 ◦ green 67 ◦ blue 97

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

Shades of Cosmic #744361

Tints of Cosmic #744361

RGB

 RED value IS 116 (45.7% from 255) = 41.43%

 GREEN value IS 67 (26.56% from 255) = 23.93%

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

R = 41.43%
G = 23.93%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#744361 (or 0x744361) is known color: Cosmic. HEX triplet: 74, 43 and 61. RGB value is (116,67,97). Sum of RGB (Red+Green+Blue) = 116+67+97=280 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.43% from 280); Green value is 67 (26.56% from 255 or 23.93% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 116 - color contains mainly: red. Hex color #744361 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744361 is #8BBC9E. Grayscale: #555555. Windows color (decimal): -9157791 or 6374260. OLE color: 6374260.

HSL color Cylindrical-coordinate representation of color #744361: hue angle of 323.27º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #744361 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 67 97 -
CMYK 0 0.42 0.16 0.55
HSL 323.27º 0.27% 0.36% -
HSV(B) 323.27º 0.42% 0.45% -
XYZ 11.37 8.59 12.37 -
YUV 85.07 134.73 150.06 -
System Red Green Blue C M Y K H S L
Decimal 116 67 97 0 0.42 0.16 0.55 323.27 0.27 0.36
Hex 74 43 61 0 2A 10 37 143 1B 24
Octal 164 103 141 0 52 20 67 503 33 44
Binary 1110100 1000011 1100001 0 101010 10000 110111 101000011 11011 100100

Color Harmonies of #744361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744361

Black with #744361

Text Example


Text Example

White with #744361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744361; }

 p { color: rgb(116,67,97); }

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

background-color css

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

 a { background-color: rgb(116,67,97); }

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

border-color css

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

 span { border-color: rgb(116,67,97); }

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