Html Css Color HEX #7F1A6E Dark Purple

📋 copy color: '#7F1A6E'

red 127 ◦ green 26 ◦ blue 110

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

Shades of Dark Purple #7F1A6E

Tints of Dark Purple #7F1A6E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.89%

 BLUE value IS 110 (43.36% from 255) = 41.83%

R = 48.29%
G = 9.89%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F1A6E (or 0x7F1A6E) is known color: Dark Purple. HEX triplet: 7F, 1A and 6E. RGB value is (127,26,110). Sum of RGB (Red+Green+Blue) = 127+26+110=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 26 (10.55% from 255 or 9.89% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1A6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1A6E is #80E591. Grayscale: #414141. Windows color (decimal): -8447378 or 7215743. OLE color: 7215743.

HSL color Cylindrical-coordinate representation of color #7F1A6E: hue angle of 310.1º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7F1A6E is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 26 110 -
CMYK 0 0.80 0.13 0.50
HSL 310.1º 0.66% 0.3% -
HSV(B) 310.1º 0.8% 0.5% -
XYZ 11.94 6.38 15.35 -
YUV 65.78 152.96 171.67 -
System Red Green Blue C M Y K H S L
Decimal 127 26 110 0 0.80 0.13 0.50 310.1 0.66 0.3
Hex 7F 1A 6E 0 50 D 32 136 42 1E
Octal 177 32 156 0 120 15 62 466 102 36
Binary 1111111 11010 1101110 0 1010000 1101 110010 100110110 1000010 11110

Color Harmonies of #7F1A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1A6E

Black with #7F1A6E

Text Example


Text Example

White with #7F1A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,26,110); }

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

background-color css

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

 a { background-color: rgb(127,26,110); }

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

border-color css

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

 span { border-color: rgb(127,26,110); }

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