Html Css Color HEX #7B058E Purple

📋 copy color: '#7B058E'

red 123 ◦ green 5 ◦ blue 142

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

Shades of Purple #7B058E

Tints of Purple #7B058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.85%

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

R = 45.56%
G = 1.85%
B = 52.59%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7B058E (or 0x7B058E) is known color: Purple. HEX triplet: 7B, 05 and 8E. RGB value is (123,5,142). Sum of RGB (Red+Green+Blue) = 123+5+142=270 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.56% from 270); Green value is 5 (2.34% from 255 or 1.85% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #7B058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B058E is #84FA71. Grayscale: #373737. Windows color (decimal): -8714866 or 9307515. OLE color: 9307515.

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

Color convert

RGB 123 5 142 -
CMYK 0.13 0.96 0 0.44
HSL 291.68º 0.93% 0.29% -
HSV(B) 291.68º 0.96% 0.56% -
XYZ 13.11 6.27 26.11 -
YUV 55.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 123 5 142 0.13 0.96 0 0.44 291.68 0.93 0.29
Hex 7B 5 8E D 60 0 2C 124 5D 1D
Octal 173 5 216 15 140 0 54 444 135 35
Binary 1111011 101 10001110 1101 1100000 0 101100 100100100 1011101 11101

Color Harmonies of #7B058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B058E

Black with #7B058E

Text Example


Text Example

White with #7B058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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