Html Css Color HEX #7F415B Cosmic

📋 copy color: '#7F415B'

red 127 ◦ green 65 ◦ blue 91

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

Shades of Cosmic #7F415B

Tints of Cosmic #7F415B

RGB

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

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

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

R = 44.88%
G = 22.97%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F415B (or 0x7F415B) is known color: Cosmic. HEX triplet: 7F, 41 and 5B. RGB value is (127,65,91). Sum of RGB (Red+Green+Blue) = 127+65+91=283 (37% of max value = 765). Red value is 127 (50% from 255 or 44.88% from 283); Green value is 65 (25.78% from 255 or 22.97% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 127 - color contains mainly: red. Hex color #7F415B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F415B is #80BEA4. Grayscale: #565656. Windows color (decimal): -8437413 or 5980543. OLE color: 5980543.

HSL color Cylindrical-coordinate representation of color #7F415B: hue angle of 334.84º 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 #7F415B is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 65 91 -
CMYK 0 0.49 0.28 0.50
HSL 334.84º 0.32% 0.38% -
HSV(B) 334.84º 0.49% 0.5% -
XYZ 12.53 9.05 10.98 -
YUV 86.5 130.54 156.89 -
System Red Green Blue C M Y K H S L
Decimal 127 65 91 0 0.49 0.28 0.50 334.84 0.32 0.38
Hex 7F 41 5B 0 31 1C 32 14F 20 26
Octal 177 101 133 0 61 34 62 517 40 46
Binary 1111111 1000001 1011011 0 110001 11100 110010 101001111 100000 100110

Color Harmonies of #7F415B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F415B

Black with #7F415B

Text Example


Text Example

White with #7F415B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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