Html Css Color HEX #7B048E Purple

📋 copy color: '#7B048E'

red 123 ◦ green 4 ◦ blue 142

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

Shades of Purple #7B048E

Tints of Purple #7B048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 142 (55.86% from 255) = 52.79%

R = 45.72%
G = 1.49%
B = 52.79%

CMYK

 C value IS 0.13

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B048E (or 0x7B048E) is known color: Purple. HEX triplet: 7B, 04 and 8E. RGB value is (123,4,142). Sum of RGB (Red+Green+Blue) = 123+4+142=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 4 (1.95% from 255 or 1.49% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B048E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B048E is #84FB71. Grayscale: #363636. Windows color (decimal): -8715122 or 9307259. OLE color: 9307259.

HSL color Cylindrical-coordinate representation of color #7B048E: hue angle of 291.74º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7B048E is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 123 4 142 -
CMYK 0.13 0.97 0 0.44
HSL 291.74º 0.95% 0.29% -
HSV(B) 291.74º 0.97% 0.56% -
XYZ 13.09 6.25 26.11 -
YUV 55.31 176.92 176.28 -
System Red Green Blue C M Y K H S L
Decimal 123 4 142 0.13 0.97 0 0.44 291.74 0.95 0.29
Hex 7B 4 8E D 61 0 2C 124 5F 1D
Octal 173 4 216 15 141 0 54 444 137 35
Binary 1111011 100 10001110 1101 1100001 0 101100 100100100 1011111 11101

Color Harmonies of #7B048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B048E

Black with #7B048E

Text Example


Text Example

White with #7B048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,4,142); }

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

background-color css

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

 a { background-color: rgb(123,4,142); }

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

border-color css

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

 span { border-color: rgb(123,4,142); }

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