Html Css Color HEX #7B346E Dark Purple

📋 copy color: '#7B346E'

red 123 ◦ green 52 ◦ blue 110

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

Shades of Dark Purple #7B346E

Tints of Dark Purple #7B346E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.25%

 BLUE value IS 110 (43.36% from 255) = 38.6%

R = 43.16%
G = 18.25%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B346E (or 0x7B346E) is known color: Dark Purple. HEX triplet: 7B, 34 and 6E. RGB value is (123,52,110). Sum of RGB (Red+Green+Blue) = 123+52+110=285 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.16% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 110 (43.36% from 255 or 38.60% from 285); Max value from RGB is 123 - color contains mainly: red. Hex color #7B346E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B346E is #84CB91. Grayscale: #4F4F4F. Windows color (decimal): -8702866 or 7222395. OLE color: 7222395.

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

Color convert

RGB 123 52 110 -
CMYK 0 0.58 0.11 0.52
HSL 310.99º 0.41% 0.34% -
HSV(B) 310.99º 0.58% 0.48% -
XYZ 12.21 7.79 15.61 -
YUV 79.84 145.02 158.78 -
System Red Green Blue C M Y K H S L
Decimal 123 52 110 0 0.58 0.11 0.52 310.99 0.41 0.34
Hex 7B 34 6E 0 3A B 34 137 29 22
Octal 173 64 156 0 72 13 64 467 51 42
Binary 1111011 110100 1101110 0 111010 1011 110100 100110111 101001 100010

Color Harmonies of #7B346E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B346E

Black with #7B346E

Text Example


Text Example

White with #7B346E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,52,110); }

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

background-color css

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

 a { background-color: rgb(123,52,110); }

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

border-color css

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

 span { border-color: rgb(123,52,110); }

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