Html Css Color HEX #7F146B Dark Purple

📋 copy color: '#7F146B'

red 127 ◦ green 20 ◦ blue 107

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

Shades of Dark Purple #7F146B

Tints of Dark Purple #7F146B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.87%

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

R = 50%
G = 7.87%
B = 42.13%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F146B (or 0x7F146B) is known color: Dark Purple. HEX triplet: 7F, 14 and 6B. RGB value is (127,20,107). Sum of RGB (Red+Green+Blue) = 127+20+107=254 (33% of max value = 765). Red value is 127 (50% from 255 or 50% from 254); Green value is 20 (8.20% from 255 or 7.87% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 127 - color contains mainly: red. Hex color #7F146B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F146B is #80EB94. Grayscale: #3D3D3D. Windows color (decimal): -8448917 or 7017599. OLE color: 7017599.

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

Color convert

RGB 127 20 107 -
CMYK 0 0.84 0.16 0.50
HSL 311.22º 0.73% 0.29% -
HSV(B) 311.22º 0.84% 0.5% -
XYZ 11.66 6.07 14.47 -
YUV 61.91 153.45 174.43 -
System Red Green Blue C M Y K H S L
Decimal 127 20 107 0 0.84 0.16 0.50 311.22 0.73 0.29
Hex 7F 14 6B 0 54 10 32 137 49 1D
Octal 177 24 153 0 124 20 62 467 111 35
Binary 1111111 10100 1101011 0 1010100 10000 110010 100110111 1001001 11101

Color Harmonies of #7F146B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F146B

Black with #7F146B

Text Example


Text Example

White with #7F146B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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