Html Css Color HEX #7F3961 Cosmic

📋 copy color: '#7F3961'

red 127 ◦ green 57 ◦ blue 97

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

Shades of Cosmic #7F3961

Tints of Cosmic #7F3961

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 97 (38.28% from 255) = 34.52%

R = 45.2%
G = 20.28%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F3961 (or 0x7F3961) is known color: Cosmic. HEX triplet: 7F, 39 and 61. RGB value is (127,57,97). Sum of RGB (Red+Green+Blue) = 127+57+97=281 (37% of max value = 765). Red value is 127 (50% from 255 or 45.20% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3961 is #80C69E. Grayscale: #525252. Windows color (decimal): -8439455 or 6371711. OLE color: 6371711.

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

Color convert

RGB 127 57 97 -
CMYK 0 0.55 0.24 0.50
HSL 325.71º 0.38% 0.36% -
HSV(B) 325.71º 0.55% 0.5% -
XYZ 12.37 8.3 12.26 -
YUV 82.49 136.19 159.75 -
System Red Green Blue C M Y K H S L
Decimal 127 57 97 0 0.55 0.24 0.50 325.71 0.38 0.36
Hex 7F 39 61 0 37 18 32 146 26 24
Octal 177 71 141 0 67 30 62 506 46 44
Binary 1111111 111001 1100001 0 110111 11000 110010 101000110 100110 100100

Color Harmonies of #7F3961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F3961

Black with #7F3961

Text Example


Text Example

White with #7F3961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,57,97); }

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

background-color css

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

 a { background-color: rgb(127,57,97); }

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

border-color css

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

 span { border-color: rgb(127,57,97); }

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