Html Css Color HEX #7F137C Dark Purple

📋 copy color: '#7F137C'

red 127 ◦ green 19 ◦ blue 124

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

Shades of Dark Purple #7F137C

Tints of Dark Purple #7F137C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 45.93%

R = 47.04%
G = 7.04%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F137C (or 0x7F137C) is known color: Dark Purple. HEX triplet: 7F, 13 and 7C. RGB value is (127,19,124). Sum of RGB (Red+Green+Blue) = 127+19+124=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 127 - color contains mainly: red. Hex color #7F137C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F137C is #80EC83. Grayscale: #3E3E3E. Windows color (decimal): -8449156 or 8131455. OLE color: 8131455.

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

Color convert

RGB 127 19 124 -
CMYK 0 0.85 0.02 0.50
HSL 301.67º 0.74% 0.29% -
HSV(B) 301.67º 0.85% 0.5% -
XYZ 12.62 6.43 19.65 -
YUV 63.26 162.28 173.46 -
System Red Green Blue C M Y K H S L
Decimal 127 19 124 0 0.85 0.02 0.50 301.67 0.74 0.29
Hex 7F 13 7C 0 55 2 32 12E 4A 1D
Octal 177 23 174 0 125 2 62 456 112 35
Binary 1111111 10011 1111100 0 1010101 10 110010 100101110 1001010 11101

Color Harmonies of #7F137C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F137C

Black with #7F137C

Text Example


Text Example

White with #7F137C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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