Html Css Color HEX #78415E Cosmic

📋 copy color: '#78415E'

red 120 ◦ green 65 ◦ blue 94

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

Shades of Cosmic #78415E

Tints of Cosmic #78415E

RGB

 RED value IS 120 (47.27% from 255) = 43.01%

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

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

R = 43.01%
G = 23.3%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#78415E (or 0x78415E) is known color: Cosmic. HEX triplet: 78, 41 and 5E. RGB value is (120,65,94). Sum of RGB (Red+Green+Blue) = 120+65+94=279 (36% of max value = 765). Red value is 120 (47.27% from 255 or 43.01% from 279); Green value is 65 (25.78% from 255 or 23.30% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 120 - color contains mainly: red. Hex color #78415E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78415E is #87BEA1. Grayscale: #545454. Windows color (decimal): -8896162 or 6177144. OLE color: 6177144.

HSL color Cylindrical-coordinate representation of color #78415E: hue angle of 328.36º 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 #78415E is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 65 94 -
CMYK 0 0.46 0.22 0.53
HSL 328.36º 0.3% 0.36% -
HSV(B) 328.36º 0.46% 0.47% -
XYZ 11.66 8.58 11.63 -
YUV 84.75 133.22 153.14 -
System Red Green Blue C M Y K H S L
Decimal 120 65 94 0 0.46 0.22 0.53 328.36 0.3 0.36
Hex 78 41 5E 0 2E 16 35 148 1E 24
Octal 170 101 136 0 56 26 65 510 36 44
Binary 1111000 1000001 1011110 0 101110 10110 110101 101001000 11110 100100

Color Harmonies of #78415E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78415E

Black with #78415E

Text Example


Text Example

White with #78415E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78415E; }

 p { color: rgb(120,65,94); }

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

background-color css

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

 a { background-color: rgb(120,65,94); }

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

border-color css

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

 span { border-color: rgb(120,65,94); }

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