Html Css Color HEX #7F106B Dark Purple

📋 copy color: '#7F106B'

red 127 ◦ green 16 ◦ blue 107

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

Shades of Dark Purple #7F106B

Tints of Dark Purple #7F106B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.4%

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

R = 50.8%
G = 6.4%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F106B (or 0x7F106B) is known color: Dark Purple. HEX triplet: 7F, 10 and 6B. RGB value is (127,16,107). Sum of RGB (Red+Green+Blue) = 127+16+107=250 (33% of max value = 765). Red value is 127 (50% from 255 or 50.8% from 250); Green value is 16 (6.64% from 255 or 6.4% from 250); Blue value is 107 (42.19% from 255 or 42.8% from 250); Max value from RGB is 127 - color contains mainly: red. Hex color #7F106B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F106B is #80EF94. Grayscale: #3B3B3B. Windows color (decimal): -8449941 or 7016575. OLE color: 7016575.

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

Color convert

RGB 127 16 107 -
CMYK 0 0.87 0.16 0.50
HSL 310.81º 0.78% 0.28% -
HSV(B) 310.81º 0.87% 0.5% -
XYZ 11.59 5.94 14.45 -
YUV 59.56 154.77 176.1 -
System Red Green Blue C M Y K H S L
Decimal 127 16 107 0 0.87 0.16 0.50 310.81 0.78 0.28
Hex 7F 10 6B 0 57 10 32 137 4E 1C
Octal 177 20 153 0 127 20 62 467 116 34
Binary 1111111 10000 1101011 0 1010111 10000 110010 100110111 1001110 11100

Color Harmonies of #7F106B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F106B

Black with #7F106B

Text Example


Text Example

White with #7F106B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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