Html Css Color HEX #7B1165 Dark Purple

📋 copy color: '#7B1165'

red 123 ◦ green 17 ◦ blue 101

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

Shades of Dark Purple #7B1165

Tints of Dark Purple #7B1165

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.05%

 BLUE value IS 101 (39.84% from 255) = 41.91%

R = 51.04%
G = 7.05%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7B1165 (or 0x7B1165) is known color: Dark Purple. HEX triplet: 7B, 11 and 65. RGB value is (123,17,101). Sum of RGB (Red+Green+Blue) = 123+17+101=241 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.04% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1165 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1165 is #84EE9A. Grayscale: #3A3A3A. Windows color (decimal): -8711835 or 6623611. OLE color: 6623611.

HSL color Cylindrical-coordinate representation of color #7B1165: hue angle of 312.45º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B1165 is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 17 101 -
CMYK 0 0.86 0.18 0.52
HSL 312.45º 0.76% 0.27% -
HSV(B) 312.45º 0.86% 0.48% -
XYZ 10.72 5.55 12.82 -
YUV 58.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 123 17 101 0 0.86 0.18 0.52 312.45 0.76 0.27
Hex 7B 11 65 0 56 12 34 138 4C 1B
Octal 173 21 145 0 126 22 64 470 114 33
Binary 1111011 10001 1100101 0 1010110 10010 110100 100111000 1001100 11011

Color Harmonies of #7B1165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1165

Black with #7B1165

Text Example


Text Example

White with #7B1165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,17,101); }

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

background-color css

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

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

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

border-color css

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

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

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