Html Css Color HEX #7B166C Dark Purple

📋 copy color: '#7B166C'

red 123 ◦ green 22 ◦ blue 108

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

Shades of Dark Purple #7B166C

Tints of Dark Purple #7B166C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 42.69%

R = 48.62%
G = 8.7%
B = 42.69%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B166C (or 0x7B166C) is known color: Dark Purple. HEX triplet: 7B, 16 and 6C. RGB value is (123,22,108). Sum of RGB (Red+Green+Blue) = 123+22+108=253 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.62% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 123 - color contains mainly: red. Hex color #7B166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B166C is #84E993. Grayscale: #3D3D3D. Windows color (decimal): -8710548 or 7083643. OLE color: 7083643.

HSL color Cylindrical-coordinate representation of color #7B166C: hue angle of 308.91º 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 #7B166C is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 22 108 -
CMYK 0 0.82 0.12 0.52
HSL 308.91º 0.7% 0.28% -
HSV(B) 308.91º 0.82% 0.48% -
XYZ 11.16 5.87 14.73 -
YUV 62 153.96 171.51 -
System Red Green Blue C M Y K H S L
Decimal 123 22 108 0 0.82 0.12 0.52 308.91 0.7 0.28
Hex 7B 16 6C 0 52 C 34 135 46 1C
Octal 173 26 154 0 122 14 64 465 106 34
Binary 1111011 10110 1101100 0 1010010 1100 110100 100110101 1000110 11100

Color Harmonies of #7B166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B166C

Black with #7B166C

Text Example


Text Example

White with #7B166C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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