Html Css Color HEX #7B1775 Dark Purple

📋 copy color: '#7B1775'

red 123 ◦ green 23 ◦ blue 117

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

Shades of Dark Purple #7B1775

Tints of Dark Purple #7B1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.75%

 BLUE value IS 117 (46.09% from 255) = 44.49%

R = 46.77%
G = 8.75%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.52

RGB Variations

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

Color information

#7B1775 (or 0x7B1775) is known color: Dark Purple. HEX triplet: 7B, 17 and 75. RGB value is (123,23,117). Sum of RGB (Red+Green+Blue) = 123+23+117=263 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.77% from 263); Green value is 23 (9.38% from 255 or 8.75% from 263); Blue value is 117 (46.09% from 255 or 44.49% from 263); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1775 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B1775 is #84E88A. Grayscale: #3F3F3F. Windows color (decimal): -8710283 or 7673723. OLE color: 7673723.

HSL color Cylindrical-coordinate representation of color #7B1775: hue angle of 303.6º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7B1775 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 23 117 -
CMYK 0 0.81 0.05 0.52
HSL 303.6º 0.68% 0.29% -
HSV(B) 303.6º 0.81% 0.48% -
XYZ 11.69 6.11 17.39 -
YUV 63.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 123 23 117 0 0.81 0.05 0.52 303.6 0.68 0.29
Hex 7B 17 75 0 51 5 34 130 44 1D
Octal 173 27 165 0 121 5 64 460 104 35
Binary 1111011 10111 1110101 0 1010001 101 110100 100110000 1000100 11101

Color Harmonies of #7B1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1775

Black with #7B1775

Text Example


Text Example

White with #7B1775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,23,117); }

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

background-color css

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

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

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

border-color css

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

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

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