Html Css Color HEX #7B156B Dark Purple

📋 copy color: '#7B156B'

red 123 ◦ green 21 ◦ blue 107

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

Shades of Dark Purple #7B156B

Tints of Dark Purple #7B156B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 42.63%

R = 49%
G = 8.37%
B = 42.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B156B (or 0x7B156B) is known color: Dark Purple. HEX triplet: 7B, 15 and 6B. RGB value is (123,21,107). Sum of RGB (Red+Green+Blue) = 123+21+107=251 (33% of max value = 765). Red value is 123 (48.44% from 255 or 49.00% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 123 - color contains mainly: red. Hex color #7B156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B156B is #84EA94. Grayscale: #3D3D3D. Windows color (decimal): -8710805 or 7017851. OLE color: 7017851.

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

Color convert

RGB 123 21 107 -
CMYK 0 0.83 0.13 0.52
HSL 309.41º 0.71% 0.28% -
HSV(B) 309.41º 0.83% 0.48% -
XYZ 11.09 5.81 14.45 -
YUV 61.3 153.79 172.01 -
System Red Green Blue C M Y K H S L
Decimal 123 21 107 0 0.83 0.13 0.52 309.41 0.71 0.28
Hex 7B 15 6B 0 53 D 34 135 47 1C
Octal 173 25 153 0 123 15 64 465 107 34
Binary 1111011 10101 1101011 0 1010011 1101 110100 100110101 1000111 11100

Color Harmonies of #7B156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B156B

Black with #7B156B

Text Example


Text Example

White with #7B156B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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