Html Css Color HEX #7F1E68 Dark Purple

📋 copy color: '#7F1E68'

red 127 ◦ green 30 ◦ blue 104

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

Shades of Dark Purple #7F1E68

Tints of Dark Purple #7F1E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 39.85%

R = 48.66%
G = 11.49%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.18

 K value IS 0.50

RGB Variations

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

Color information

#7F1E68 (or 0x7F1E68) is known color: Dark Purple. HEX triplet: 7F, 1E and 68. RGB value is (127,30,104). Sum of RGB (Red+Green+Blue) = 127+30+104=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 30 (12.11% from 255 or 11.49% from 261); Blue value is 104 (41.02% from 255 or 39.85% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1E68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1E68 is #80E197. Grayscale: #434343. Windows color (decimal): -8446360 or 6823551. OLE color: 6823551.

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

Color convert

RGB 127 30 104 -
CMYK 0 0.76 0.18 0.50
HSL 314.23º 0.62% 0.31% -
HSV(B) 314.23º 0.76% 0.5% -
XYZ 11.72 6.44 13.72 -
YUV 67.44 148.64 170.48 -
System Red Green Blue C M Y K H S L
Decimal 127 30 104 0 0.76 0.18 0.50 314.23 0.62 0.31
Hex 7F 1E 68 0 4C 12 32 13A 3E 1F
Octal 177 36 150 0 114 22 62 472 76 37
Binary 1111111 11110 1101000 0 1001100 10010 110010 100111010 111110 11111

Color Harmonies of #7F1E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1E68

Black with #7F1E68

Text Example


Text Example

White with #7F1E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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