Html Css Color HEX #7B2E6D Dark Purple

📋 copy color: '#7B2E6D'

red 123 ◦ green 46 ◦ blue 109

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

Shades of Dark Purple #7B2E6D

Tints of Dark Purple #7B2E6D

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.55%

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 44.24%
G = 16.55%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B2E6D (or 0x7B2E6D) is known color: Dark Purple. HEX triplet: 7B, 2E and 6D. RGB value is (123,46,109). Sum of RGB (Red+Green+Blue) = 123+46+109=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2E6D is #84D192. Grayscale: #4C4C4C. Windows color (decimal): -8704403 or 7155323. OLE color: 7155323.

HSL color Cylindrical-coordinate representation of color #7B2E6D: hue angle of 310.91º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2E6D is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 46 109 -
CMYK 0 0.63 0.11 0.52
HSL 310.91º 0.46% 0.33% -
HSV(B) 310.91º 0.63% 0.48% -
XYZ 11.91 7.27 15.24 -
YUV 76.21 146.51 161.38 -
System Red Green Blue C M Y K H S L
Decimal 123 46 109 0 0.63 0.11 0.52 310.91 0.46 0.33
Hex 7B 2E 6D 0 3F B 34 137 2E 21
Octal 173 56 155 0 77 13 64 467 56 41
Binary 1111011 101110 1101101 0 111111 1011 110100 100110111 101110 100001

Color Harmonies of #7B2E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2E6D

Black with #7B2E6D

Text Example


Text Example

White with #7B2E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,46,109); }

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

background-color css

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

 a { background-color: rgb(123,46,109); }

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

border-color css

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

 span { border-color: rgb(123,46,109); }

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