Html Css Color HEX #7B297E Dark Purple

📋 copy color: '#7B297E'

red 123 ◦ green 41 ◦ blue 126

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

Shades of Dark Purple #7B297E

Tints of Dark Purple #7B297E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 43.45%

R = 42.41%
G = 14.14%
B = 43.45%

CMYK

 C value IS 0.02

 M value IS 0.67

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B297E (or 0x7B297E) is known color: Dark Purple. HEX triplet: 7B, 29 and 7E. RGB value is (123,41,126). Sum of RGB (Red+Green+Blue) = 123+41+126=290 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.41% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 126 (49.61% from 255 or 43.45% from 290); Max value from RGB is 126 - color contains mainly: blue. Hex color #7B297E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B297E is #84D681. Grayscale: #4A4A4A. Windows color (decimal): -8705666 or 8268155. OLE color: 8268155.

HSL color Cylindrical-coordinate representation of color #7B297E: hue angle of 297.88º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7B297E is Cyan = 0.02, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 41 126 -
CMYK 0.02 0.67 0 0.51
HSL 297.88º 0.51% 0.33% -
HSV(B) 297.88º 0.67% 0.49% -
XYZ 12.73 7.3 20.48 -
YUV 75.21 156.67 162.09 -
System Red Green Blue C M Y K H S L
Decimal 123 41 126 0.02 0.67 0 0.51 297.88 0.51 0.33
Hex 7B 29 7E 2 43 0 33 12A 33 21
Octal 173 51 176 2 103 0 63 452 63 41
Binary 1111011 101001 1111110 10 1000011 0 110011 100101010 110011 100001

Color Harmonies of #7B297E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B297E

Black with #7B297E

Text Example


Text Example

White with #7B297E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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