Html Css Color HEX #7B197B Dark Purple

📋 copy color: '#7B197B'

red 123 ◦ green 25 ◦ blue 123

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

Shades of Dark Purple #7B197B

Tints of Dark Purple #7B197B

RGB

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

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

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

R = 45.39%
G = 9.23%
B = 45.39%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#7B197B (or 0x7B197B) is known color: Dark Purple. HEX triplet: 7B, 19 and 7B. RGB value is (123,25,123). Sum of RGB (Red+Green+Blue) = 123+25+123=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 123 (48.44% from 255 or 45.39% from 271); Max value from RGB is 123 - color contains mainly: red, blue. Hex color #7B197B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B197B is #84E684. Grayscale: #414141. Windows color (decimal): -8709765 or 8067451. OLE color: 8067451.

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

Color convert

RGB 123 25 123 -
CMYK 0 0.80 0 0.52
HSL 300º 0.66% 0.29% -
HSV(B) 300º 0.8% 0.48% -
XYZ 12.09 6.34 19.32 -
YUV 65.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 123 25 123 0 0.80 0 0.52 300 0.66 0.29
Hex 7B 19 7B 0 50 0 34 12C 42 1D
Octal 173 31 173 0 120 0 64 454 102 35
Binary 1111011 11001 1111011 0 1010000 0 110100 100101100 1000010 11101

Color Harmonies of #7B197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B197B

Black with #7B197B

Text Example


Text Example

White with #7B197B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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