Html Css Color HEX #7F1E61 Dark Purple

📋 copy color: '#7F1E61'

red 127 ◦ green 30 ◦ blue 97

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

Shades of Dark Purple #7F1E61

Tints of Dark Purple #7F1E61

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.81%

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

R = 50%
G = 11.81%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.24

 K value IS 0.50

RGB Variations

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

Color information

#7F1E61 (or 0x7F1E61) is known color: Dark Purple. HEX triplet: 7F, 1E and 61. RGB value is (127,30,97). Sum of RGB (Red+Green+Blue) = 127+30+97=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 30 (12.11% from 255 or 11.81% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1E61 is #80E19E. Grayscale: #424242. Windows color (decimal): -8446367 or 6364799. OLE color: 6364799.

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

Color convert

RGB 127 30 97 -
CMYK 0 0.76 0.24 0.50
HSL 318.56º 0.62% 0.31% -
HSV(B) 318.56º 0.76% 0.5% -
XYZ 11.37 6.3 11.93 -
YUV 66.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 127 30 97 0 0.76 0.24 0.50 318.56 0.62 0.31
Hex 7F 1E 61 0 4C 18 32 13F 3E 1F
Octal 177 36 141 0 114 30 62 477 76 37
Binary 1111111 11110 1100001 0 1001100 11000 110010 100111111 111110 11111

Color Harmonies of #7F1E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1E61

Black with #7F1E61

Text Example


Text Example

White with #7F1E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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