Html Css Color HEX #7B226B Dark Purple

📋 copy color: '#7B226B'

red 123 ◦ green 34 ◦ blue 107

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

Shades of Dark Purple #7B226B

Tints of Dark Purple #7B226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.88%

 BLUE value IS 107 (42.19% from 255) = 40.53%

R = 46.59%
G = 12.88%
B = 40.53%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B226B (or 0x7B226B) is known color: Dark Purple. HEX triplet: 7B, 22 and 6B. RGB value is (123,34,107). Sum of RGB (Red+Green+Blue) = 123+34+107=264 (34% of max value = 765). Red value is 123 (48.44% from 255 or 46.59% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 123 - color contains mainly: red. Hex color #7B226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B226B is #84DD94. Grayscale: #444444. Windows color (decimal): -8707477 or 7021179. OLE color: 7021179.

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

Color convert

RGB 123 34 107 -
CMYK 0 0.72 0.13 0.52
HSL 310.79º 0.57% 0.31% -
HSV(B) 310.79º 0.72% 0.48% -
XYZ 11.39 6.42 14.55 -
YUV 68.93 149.49 166.56 -
System Red Green Blue C M Y K H S L
Decimal 123 34 107 0 0.72 0.13 0.52 310.79 0.57 0.31
Hex 7B 22 6B 0 48 D 34 137 39 1F
Octal 173 42 153 0 110 15 64 467 71 37
Binary 1111011 100010 1101011 0 1001000 1101 110100 100110111 111001 11111

Color Harmonies of #7B226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B226B

Black with #7B226B

Text Example


Text Example

White with #7B226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,107); }

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

background-color css

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

 a { background-color: rgb(123,34,107); }

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

border-color css

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

 span { border-color: rgb(123,34,107); }

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