Html Css Color HEX #7B1669 Dark Purple

📋 copy color: '#7B1669'

red 123 ◦ green 22 ◦ blue 105

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

Shades of Dark Purple #7B1669

Tints of Dark Purple #7B1669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 42%

R = 49.2%
G = 8.8%
B = 42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7B1669 (or 0x7B1669) is known color: Dark Purple. HEX triplet: 7B, 16 and 69. RGB value is (123,22,105). Sum of RGB (Red+Green+Blue) = 123+22+105=250 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.2% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1669 is #84E996. Grayscale: #3D3D3D. Windows color (decimal): -8710551 or 6887035. OLE color: 6887035.

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

Color convert

RGB 123 22 105 -
CMYK 0 0.82 0.15 0.52
HSL 310.69º 0.7% 0.28% -
HSV(B) 310.69º 0.82% 0.48% -
XYZ 11.01 5.8 13.9 -
YUV 61.66 152.46 171.75 -
System Red Green Blue C M Y K H S L
Decimal 123 22 105 0 0.82 0.15 0.52 310.69 0.7 0.28
Hex 7B 16 69 0 52 F 34 137 46 1C
Octal 173 26 151 0 122 17 64 467 106 34
Binary 1111011 10110 1101001 0 1010010 1111 110100 100110111 1000110 11100

Color Harmonies of #7B1669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1669

Black with #7B1669

Text Example


Text Example

White with #7B1669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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