Html Css Color HEX #74415B Cosmic

📋 copy color: '#74415B'

red 116 ◦ green 65 ◦ blue 91

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

Shades of Cosmic #74415B

Tints of Cosmic #74415B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 42.65%
G = 23.9%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74415B (or 0x74415B) is known color: Cosmic. HEX triplet: 74, 41 and 5B. RGB value is (116,65,91). Sum of RGB (Red+Green+Blue) = 116+65+91=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 65 (25.78% from 255 or 23.90% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #74415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #74415B is #8BBEA4. Grayscale: #535353. Windows color (decimal): -9158309 or 5980532. OLE color: 5980532.

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

Color convert

RGB 116 65 91 -
CMYK 0 0.44 0.22 0.55
HSL 329.41º 0.28% 0.35% -
HSV(B) 329.41º 0.44% 0.45% -
XYZ 10.98 8.25 10.91 -
YUV 83.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 116 65 91 0 0.44 0.22 0.55 329.41 0.28 0.35
Hex 74 41 5B 0 2C 16 37 149 1C 23
Octal 164 101 133 0 54 26 67 511 34 43
Binary 1110100 1000001 1011011 0 101100 10110 110111 101001001 11100 100011

Color Harmonies of #74415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74415B

Black with #74415B

Text Example


Text Example

White with #74415B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74415B; }

 p { color: rgb(116,65,91); }

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

background-color css

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

 a { background-color: rgb(116,65,91); }

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

border-color css

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

 span { border-color: rgb(116,65,91); }

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