Html Css Color HEX #7B1664 Dark Purple

📋 copy color: '#7B1664'

red 123 ◦ green 22 ◦ blue 100

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

Shades of Dark Purple #7B1664

Tints of Dark Purple #7B1664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 40.82%

R = 50.2%
G = 8.98%
B = 40.82%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7B1664 (or 0x7B1664) is known color: Dark Purple. HEX triplet: 7B, 16 and 64. RGB value is (123,22,100). Sum of RGB (Red+Green+Blue) = 123+22+100=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 22 (8.98% from 255 or 8.98% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1664 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1664 is #84E99B. Grayscale: #3C3C3C. Windows color (decimal): -8710556 or 6559355. OLE color: 6559355.

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

Color convert

RGB 123 22 100 -
CMYK 0 0.82 0.19 0.52
HSL 313.66º 0.7% 0.28% -
HSV(B) 313.66º 0.82% 0.48% -
XYZ 10.76 5.7 12.59 -
YUV 61.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 123 22 100 0 0.82 0.19 0.52 313.66 0.7 0.28
Hex 7B 16 64 0 52 13 34 13A 46 1C
Octal 173 26 144 0 122 23 64 472 106 34
Binary 1111011 10110 1100100 0 1010010 10011 110100 100111010 1000110 11100

Color Harmonies of #7B1664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1664

Black with #7B1664

Text Example


Text Example

White with #7B1664

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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