Html Css Color HEX #7B156F Dark Purple

📋 copy color: '#7B156F'

red 123 ◦ green 21 ◦ blue 111

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

Shades of Dark Purple #7B156F

Tints of Dark Purple #7B156F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.24%

 BLUE value IS 111 (43.75% from 255) = 43.53%

R = 48.24%
G = 8.24%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B156F (or 0x7B156F) is known color: Dark Purple. HEX triplet: 7B, 15 and 6F. RGB value is (123,21,111). Sum of RGB (Red+Green+Blue) = 123+21+111=255 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.24% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 123 - color contains mainly: red. Hex color #7B156F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B156F is #84EA90. Grayscale: #3D3D3D. Windows color (decimal): -8710801 or 7279995. OLE color: 7279995.

HSL color Cylindrical-coordinate representation of color #7B156F: hue angle of 307.06º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B156F is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 21 111 -
CMYK 0 0.83 0.10 0.52
HSL 307.06º 0.71% 0.28% -
HSV(B) 307.06º 0.83% 0.48% -
XYZ 11.31 5.89 15.58 -
YUV 61.76 155.79 171.68 -
System Red Green Blue C M Y K H S L
Decimal 123 21 111 0 0.83 0.10 0.52 307.06 0.71 0.28
Hex 7B 15 6F 0 53 A 34 133 47 1C
Octal 173 25 157 0 123 12 64 463 107 34
Binary 1111011 10101 1101111 0 1010011 1010 110100 100110011 1000111 11100

Color Harmonies of #7B156F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B156F

Black with #7B156F

Text Example


Text Example

White with #7B156F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,111); }

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

background-color css

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

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

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

border-color css

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

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

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