Html Css Color HEX #7B1970 Dark Purple

📋 copy color: '#7B1970'

red 123 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #7B1970

Tints of Dark Purple #7B1970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.62%

 BLUE value IS 112 (44.14% from 255) = 43.08%

R = 47.31%
G = 9.62%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7B1970 (or 0x7B1970) is known color: Dark Purple. HEX triplet: 7B, 19 and 70. RGB value is (123,25,112). Sum of RGB (Red+Green+Blue) = 123+25+112=260 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.31% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 112 (44.14% from 255 or 43.08% from 260); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1970 is #84E68F. Grayscale: #3F3F3F. Windows color (decimal): -8709776 or 7346555. OLE color: 7346555.

HSL color Cylindrical-coordinate representation of color #7B1970: hue angle of 306.73º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7B1970 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 25 112 -
CMYK 0 0.80 0.09 0.52
HSL 306.73º 0.66% 0.29% -
HSV(B) 306.73º 0.8% 0.48% -
XYZ 11.44 6.08 15.9 -
YUV 64.22 154.97 169.93 -
System Red Green Blue C M Y K H S L
Decimal 123 25 112 0 0.80 0.09 0.52 306.73 0.66 0.29
Hex 7B 19 70 0 50 9 34 133 42 1D
Octal 173 31 160 0 120 11 64 463 102 35
Binary 1111011 11001 1110000 0 1010000 1001 110100 100110011 1000010 11101

Color Harmonies of #7B1970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1970

Black with #7B1970

Text Example


Text Example

White with #7B1970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,25,112); }

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

background-color css

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

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

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

border-color css

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

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

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