Html Css Color HEX #7F1E6B Dark Purple

📋 copy color: '#7F1E6B'

red 127 ◦ green 30 ◦ blue 107

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

Shades of Dark Purple #7F1E6B

Tints of Dark Purple #7F1E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 48.11%
G = 11.36%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F1E6B (or 0x7F1E6B) is known color: Dark Purple. HEX triplet: 7F, 1E and 6B. RGB value is (127,30,107). Sum of RGB (Red+Green+Blue) = 127+30+107=264 (34% of max value = 765). Red value is 127 (50% from 255 or 48.11% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1E6B is #80E194. Grayscale: #434343. Windows color (decimal): -8446357 or 7020159. OLE color: 7020159.

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

Color convert

RGB 127 30 107 -
CMYK 0 0.76 0.16 0.50
HSL 312.37º 0.62% 0.31% -
HSV(B) 312.37º 0.76% 0.5% -
XYZ 11.87 6.5 14.54 -
YUV 67.78 150.14 170.24 -
System Red Green Blue C M Y K H S L
Decimal 127 30 107 0 0.76 0.16 0.50 312.37 0.62 0.31
Hex 7F 1E 6B 0 4C 10 32 138 3E 1F
Octal 177 36 153 0 114 20 62 470 76 37
Binary 1111111 11110 1101011 0 1001100 10000 110010 100111000 111110 11111

Color Harmonies of #7F1E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1E6B

Black with #7F1E6B

Text Example


Text Example

White with #7F1E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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