Html Css Color HEX #7F1F69 Dark Purple

📋 copy color: '#7F1F69'

red 127 ◦ green 31 ◦ blue 105

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

Shades of Dark Purple #7F1F69

Tints of Dark Purple #7F1F69

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.79%

 BLUE value IS 105 (41.41% from 255) = 39.92%

R = 48.29%
G = 11.79%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F1F69 (or 0x7F1F69) is known color: Dark Purple. HEX triplet: 7F, 1F and 69. RGB value is (127,31,105). Sum of RGB (Red+Green+Blue) = 127+31+105=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 31 (12.5% from 255 or 11.79% from 263); Blue value is 105 (41.41% from 255 or 39.92% from 263); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1F69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1F69 is #80E096. Grayscale: #434343. Windows color (decimal): -8446103 or 6889343. OLE color: 6889343.

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

Color convert

RGB 127 31 105 -
CMYK 0 0.76 0.17 0.50
HSL 313.75º 0.61% 0.31% -
HSV(B) 313.75º 0.76% 0.5% -
XYZ 11.79 6.51 14 -
YUV 68.14 148.8 169.98 -
System Red Green Blue C M Y K H S L
Decimal 127 31 105 0 0.76 0.17 0.50 313.75 0.61 0.31
Hex 7F 1F 69 0 4C 11 32 13A 3D 1F
Octal 177 37 151 0 114 21 62 472 75 37
Binary 1111111 11111 1101001 0 1001100 10001 110010 100111010 111101 11111

Color Harmonies of #7F1F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1F69

Black with #7F1F69

Text Example


Text Example

White with #7F1F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,31,105); }

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

background-color css

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

 a { background-color: rgb(127,31,105); }

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

border-color css

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

 span { border-color: rgb(127,31,105); }

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