Html Css Color HEX #7F1369 Dark Purple

📋 copy color: '#7F1369'

red 127 ◦ green 19 ◦ blue 105

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

Shades of Dark Purple #7F1369

Tints of Dark Purple #7F1369

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 50.6%
G = 7.57%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F1369 (or 0x7F1369) is known color: Dark Purple. HEX triplet: 7F, 13 and 69. RGB value is (127,19,105). Sum of RGB (Red+Green+Blue) = 127+19+105=251 (33% of max value = 765). Red value is 127 (50% from 255 or 50.60% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 105 (41.41% from 255 or 41.83% from 251); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1369 is #80EC96. Grayscale: #3C3C3C. Windows color (decimal): -8449175 or 6886271. OLE color: 6886271.

HSL color Cylindrical-coordinate representation of color #7F1369: hue angle of 312.22º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F1369 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 19 105 -
CMYK 0 0.85 0.17 0.50
HSL 312.22º 0.74% 0.29% -
HSV(B) 312.22º 0.85% 0.5% -
XYZ 11.54 6 13.91 -
YUV 61.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 127 19 105 0 0.85 0.17 0.50 312.22 0.74 0.29
Hex 7F 13 69 0 55 11 32 138 4A 1D
Octal 177 23 151 0 125 21 62 470 112 35
Binary 1111111 10011 1101001 0 1010101 10001 110010 100111000 1001010 11101

Color Harmonies of #7F1369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F1369

Black with #7F1369

Text Example


Text Example

White with #7F1369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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