Html Css Color HEX #7B1B78 Dark Purple

📋 copy color: '#7B1B78'

red 123 ◦ green 27 ◦ blue 120

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

Shades of Dark Purple #7B1B78

Tints of Dark Purple #7B1B78

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10%

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 45.56%
G = 10%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.02

 K value IS 0.52

RGB Variations

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

Color information

#7B1B78 (or 0x7B1B78) is known color: Dark Purple. HEX triplet: 7B, 1B and 78. RGB value is (123,27,120). Sum of RGB (Red+Green+Blue) = 123+27+120=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 27 (10.94% from 255 or 10% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1B78 is #84E487. Grayscale: #424242. Windows color (decimal): -8709256 or 7871355. OLE color: 7871355.

HSL color Cylindrical-coordinate representation of color #7B1B78: hue angle of 301.88º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7B1B78 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 27 120 -
CMYK 0 0.78 0.02 0.52
HSL 301.88º 0.64% 0.29% -
HSV(B) 301.88º 0.78% 0.48% -
XYZ 11.95 6.35 18.37 -
YUV 66.31 158.3 168.44 -
System Red Green Blue C M Y K H S L
Decimal 123 27 120 0 0.78 0.02 0.52 301.88 0.64 0.29
Hex 7B 1B 78 0 4E 2 34 12E 40 1D
Octal 173 33 170 0 116 2 64 456 100 35
Binary 1111011 11011 1111000 0 1001110 10 110100 100101110 1000000 11101

Color Harmonies of #7B1B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1B78

Black with #7B1B78

Text Example


Text Example

White with #7B1B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,27,120); }

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

background-color css

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

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

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

border-color css

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

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

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