Html Css Color HEX #7B2184 Dark Purple

📋 copy color: '#7B2184'

red 123 ◦ green 33 ◦ blue 132

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

Shades of Dark Purple #7B2184

Tints of Dark Purple #7B2184

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.46%

 BLUE value IS 132 (51.95% from 255) = 45.83%

R = 42.71%
G = 11.46%
B = 45.83%

CMYK

 C value IS 0.07

 M value IS 0.75

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7B2184 (or 0x7B2184) is known color: Dark Purple. HEX triplet: 7B, 21 and 84. RGB value is (123,33,132). Sum of RGB (Red+Green+Blue) = 123+33+132=288 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.71% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 132 (51.95% from 255 or 45.83% from 288); Max value from RGB is 132 - color contains mainly: blue. Hex color #7B2184 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7B2184 is #84DE7B. Grayscale: #464646. Windows color (decimal): -8707708 or 8659323. OLE color: 8659323.

HSL color Cylindrical-coordinate representation of color #7B2184: hue angle of 294.55º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7B2184 is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 123 33 132 -
CMYK 0.07 0.75 0 0.48
HSL 294.55º 0.6% 0.32% -
HSV(B) 294.55º 0.75% 0.52% -
XYZ 12.88 6.96 22.5 -
YUV 71.2 162.32 164.95 -
System Red Green Blue C M Y K H S L
Decimal 123 33 132 0.07 0.75 0 0.48 294.55 0.6 0.32
Hex 7B 21 84 7 4B 0 30 127 3C 20
Octal 173 41 204 7 113 0 60 447 74 40
Binary 1111011 100001 10000100 111 1001011 0 110000 100100111 111100 100000

Color Harmonies of #7B2184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2184

Black with #7B2184

Text Example


Text Example

White with #7B2184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,33,132); }

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

background-color css

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

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

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

border-color css

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

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

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