Html Css Color HEX #7B166F Dark Purple

📋 copy color: '#7B166F'

red 123 ◦ green 22 ◦ blue 111

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

Shades of Dark Purple #7B166F

Tints of Dark Purple #7B166F

RGB

 RED value IS 123 (48.44% from 255) = 48.05%

 GREEN value IS 22 (8.98% from 255) = 8.59%

 BLUE value IS 111 (43.75% from 255) = 43.36%

R = 48.05%
G = 8.59%
B = 43.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B166F (or 0x7B166F) is known color: Dark Purple. HEX triplet: 7B, 16 and 6F. RGB value is (123,22,111). Sum of RGB (Red+Green+Blue) = 123+22+111=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B166F is #84E990. Grayscale: #3E3E3E. Windows color (decimal): -8710545 or 7280251. OLE color: 7280251.

HSL color Cylindrical-coordinate representation of color #7B166F: hue angle of 307.13º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7B166F is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 22 111 -
CMYK 0 0.82 0.10 0.52
HSL 307.13º 0.7% 0.28% -
HSV(B) 307.13º 0.82% 0.48% -
XYZ 11.32 5.93 15.59 -
YUV 62.35 155.46 171.26 -
System Red Green Blue C M Y K H S L
Decimal 123 22 111 0 0.82 0.10 0.52 307.13 0.7 0.28
Hex 7B 16 6F 0 52 A 34 133 46 1C
Octal 173 26 157 0 122 12 64 463 106 34
Binary 1111011 10110 1101111 0 1010010 1010 110100 100110011 1000110 11100

Color Harmonies of #7B166F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B166F

Black with #7B166F

Text Example


Text Example

White with #7B166F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,22,111); }

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

background-color css

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

 a { background-color: rgb(123,22,111); }

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

border-color css

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

 span { border-color: rgb(123,22,111); }

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