Html Css Color HEX #743B5E Cosmic

📋 copy color: '#743B5E'

red 116 ◦ green 59 ◦ blue 94

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

Shades of Cosmic #743B5E

Tints of Cosmic #743B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 21.93%

 BLUE value IS 94 (37.11% from 255) = 34.94%

R = 43.12%
G = 21.93%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#743B5E (or 0x743B5E) is known color: Cosmic. HEX triplet: 74, 3B and 5E. RGB value is (116,59,94). Sum of RGB (Red+Green+Blue) = 116+59+94=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 59 (23.44% from 255 or 21.93% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #743B5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B5E is #8BC4A1. Grayscale: #4F4F4F. Windows color (decimal): -9159842 or 6175604. OLE color: 6175604.

HSL color Cylindrical-coordinate representation of color #743B5E: hue angle of 323.16º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B5E is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 59 94 -
CMYK 0 0.49 0.19 0.55
HSL 323.16º 0.33% 0.34% -
HSV(B) 323.16º 0.49% 0.45% -
XYZ 10.79 7.65 11.5 -
YUV 80.03 135.88 153.65 -
System Red Green Blue C M Y K H S L
Decimal 116 59 94 0 0.49 0.19 0.55 323.16 0.33 0.34
Hex 74 3B 5E 0 31 13 37 143 21 22
Octal 164 73 136 0 61 23 67 503 41 42
Binary 1110100 111011 1011110 0 110001 10011 110111 101000011 100001 100010

Color Harmonies of #743B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #743B5E

Black with #743B5E

Text Example


Text Example

White with #743B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #743B5E; }

 p { color: rgb(116,59,94); }

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

background-color css

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

 a { background-color: rgb(116,59,94); }

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

border-color css

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

 span { border-color: rgb(116,59,94); }

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