Html Css Color HEX #7B2471 Dark Purple

📋 copy color: '#7B2471'

red 123 ◦ green 36 ◦ blue 113

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

Shades of Dark Purple #7B2471

Tints of Dark Purple #7B2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.24%

 BLUE value IS 113 (44.53% from 255) = 41.54%

R = 45.22%
G = 13.24%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#7B2471 (or 0x7B2471) is known color: Dark Purple. HEX triplet: 7B, 24 and 71. RGB value is (123,36,113). Sum of RGB (Red+Green+Blue) = 123+36+113=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 36 (14.45% from 255 or 13.24% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2471 is #84DB8E. Grayscale: #464646. Windows color (decimal): -8706959 or 7414907. OLE color: 7414907.

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

Color convert

RGB 123 36 113 -
CMYK 0 0.71 0.08 0.52
HSL 306.9º 0.55% 0.31% -
HSV(B) 306.9º 0.71% 0.48% -
XYZ 11.78 6.66 16.29 -
YUV 70.79 151.82 165.24 -
System Red Green Blue C M Y K H S L
Decimal 123 36 113 0 0.71 0.08 0.52 306.9 0.55 0.31
Hex 7B 24 71 0 47 8 34 133 37 1F
Octal 173 44 161 0 107 10 64 463 67 37
Binary 1111011 100100 1110001 0 1000111 1000 110100 100110011 110111 11111

Color Harmonies of #7B2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2471

Black with #7B2471

Text Example


Text Example

White with #7B2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,36,113); }

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

background-color css

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

 a { background-color: rgb(123,36,113); }

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

border-color css

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

 span { border-color: rgb(123,36,113); }

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