Html Css Color HEX #7B296B Dark Purple

📋 copy color: '#7B296B'

red 123 ◦ green 41 ◦ blue 107

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

Shades of Dark Purple #7B296B

Tints of Dark Purple #7B296B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 45.39%
G = 15.13%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B296B (or 0x7B296B) is known color: Dark Purple. HEX triplet: 7B, 29 and 6B. RGB value is (123,41,107). Sum of RGB (Red+Green+Blue) = 123+41+107=271 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.39% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 123 - color contains mainly: red. Hex color #7B296B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B296B is #84D694. Grayscale: #484848. Windows color (decimal): -8705685 or 7022971. OLE color: 7022971.

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

Color convert

RGB 123 41 107 -
CMYK 0 0.67 0.13 0.52
HSL 311.71º 0.5% 0.32% -
HSV(B) 311.71º 0.67% 0.48% -
XYZ 11.62 6.86 14.62 -
YUV 73.04 147.17 163.63 -
System Red Green Blue C M Y K H S L
Decimal 123 41 107 0 0.67 0.13 0.52 311.71 0.5 0.32
Hex 7B 29 6B 0 43 D 34 138 32 20
Octal 173 51 153 0 103 15 64 470 62 40
Binary 1111011 101001 1101011 0 1000011 1101 110100 100111000 110010 100000

Color Harmonies of #7B296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B296B

Black with #7B296B

Text Example


Text Example

White with #7B296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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