Html Css Color HEX #79415D Cosmic

📋 copy color: '#79415D'

red 121 ◦ green 65 ◦ blue 93

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

Shades of Cosmic #79415D

Tints of Cosmic #79415D

RGB

 RED value IS 121 (47.66% from 255) = 43.37%

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

 BLUE value IS 93 (36.72% from 255) = 33.33%

R = 43.37%
G = 23.3%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.23

 K value IS 0.53

RGB Variations

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

Color information

#79415D (or 0x79415D) is known color: Cosmic. HEX triplet: 79, 41 and 5D. RGB value is (121,65,93). Sum of RGB (Red+Green+Blue) = 121+65+93=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #79415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79415D is #86BEA2. Grayscale: #545454. Windows color (decimal): -8830627 or 6111609. OLE color: 6111609.

HSL color Cylindrical-coordinate representation of color #79415D: hue angle of 330º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #79415D is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 65 93 -
CMYK 0 0.46 0.23 0.53
HSL 330º 0.3% 0.36% -
HSV(B) 330º 0.46% 0.47% -
XYZ 11.75 8.64 11.4 -
YUV 84.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 121 65 93 0 0.46 0.23 0.53 330 0.3 0.36
Hex 79 41 5D 0 2E 17 35 14A 1E 24
Octal 171 101 135 0 56 27 65 512 36 44
Binary 1111001 1000001 1011101 0 101110 10111 110101 101001010 11110 100100

Color Harmonies of #79415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79415D

Black with #79415D

Text Example


Text Example

White with #79415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79415D; }

 p { color: rgb(121,65,93); }

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

background-color css

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

 a { background-color: rgb(121,65,93); }

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

border-color css

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

 span { border-color: rgb(121,65,93); }

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