Html Css Color HEX #7F415D Cosmic

📋 copy color: '#7F415D'

red 127 ◦ green 65 ◦ blue 93

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

Shades of Cosmic #7F415D

Tints of Cosmic #7F415D

RGB

 RED value IS 127 (50% from 255) = 44.56%

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

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

R = 44.56%
G = 22.81%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.27

 K value IS 0.50

RGB Variations

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

Color information

#7F415D (or 0x7F415D) is known color: Cosmic. HEX triplet: 7F, 41 and 5D. RGB value is (127,65,93). Sum of RGB (Red+Green+Blue) = 127+65+93=285 (37% of max value = 765). Red value is 127 (50% from 255 or 44.56% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 127 - color contains mainly: red. Hex color #7F415D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F415D is #80BEA2. Grayscale: #565656. Windows color (decimal): -8437411 or 6111615. OLE color: 6111615.

HSL color Cylindrical-coordinate representation of color #7F415D: hue angle of 332.9º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F415D is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 65 93 -
CMYK 0 0.49 0.27 0.50
HSL 332.9º 0.32% 0.38% -
HSV(B) 332.9º 0.49% 0.5% -
XYZ 12.62 9.08 11.44 -
YUV 86.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 127 65 93 0 0.49 0.27 0.50 332.9 0.32 0.38
Hex 7F 41 5D 0 31 1B 32 14D 20 26
Octal 177 101 135 0 61 33 62 515 40 46
Binary 1111111 1000001 1011101 0 110001 11011 110010 101001101 100000 100110

Color Harmonies of #7F415D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F415D

Black with #7F415D

Text Example


Text Example

White with #7F415D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F415D; }

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

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

background-color css

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

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

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

border-color css

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

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

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