Html Css Color HEX #7B167B Dark Purple

📋 copy color: '#7B167B'

red 123 ◦ green 22 ◦ blue 123

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

Shades of Dark Purple #7B167B

Tints of Dark Purple #7B167B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 45.9%

R = 45.9%
G = 8.21%
B = 45.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7B167B (or 0x7B167B) is known color: Dark Purple. HEX triplet: 7B, 16 and 7B. RGB value is (123,22,123). Sum of RGB (Red+Green+Blue) = 123+22+123=268 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.90% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B167B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B167B is #84E984. Grayscale: #3F3F3F. Windows color (decimal): -8710533 or 8066683. OLE color: 8066683.

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

Color convert

RGB 123 22 123 -
CMYK 0 0.82 0 0.52
HSL 300º 0.7% 0.28% -
HSV(B) 300º 0.82% 0.48% -
XYZ 12.03 6.21 19.3 -
YUV 63.71 161.46 170.29 -
System Red Green Blue C M Y K H S L
Decimal 123 22 123 0 0.82 0 0.52 300 0.7 0.28
Hex 7B 16 7B 0 52 0 34 12C 46 1C
Octal 173 26 173 0 122 0 64 454 106 34
Binary 1111011 10110 1111011 0 1010010 0 110100 100101100 1000110 11100

Color Harmonies of #7B167B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B167B

Black with #7B167B

Text Example


Text Example

White with #7B167B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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