Html Css Color HEX #7B058D Purple

📋 copy color: '#7B058D'

red 123 ◦ green 5 ◦ blue 141

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

Shades of Purple #7B058D

Tints of Purple #7B058D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 52.42%

R = 45.72%
G = 1.86%
B = 52.42%

CMYK

 C value IS 0.13

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7B058D (or 0x7B058D) is known color: Purple. HEX triplet: 7B, 05 and 8D. RGB value is (123,5,141). Sum of RGB (Red+Green+Blue) = 123+5+141=269 (35% of max value = 765). Red value is 123 (48.44% from 255 or 45.72% from 269); Green value is 5 (2.34% from 255 or 1.86% from 269); Blue value is 141 (55.47% from 255 or 52.42% from 269); Max value from RGB is 141 - color contains mainly: blue. Hex color #7B058D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B058D is #84FA72. Grayscale: #373737. Windows color (decimal): -8714867 or 9241979. OLE color: 9241979.

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

Color convert

RGB 123 5 141 -
CMYK 0.13 0.96 0 0.45
HSL 292.06º 0.93% 0.29% -
HSV(B) 292.06º 0.96% 0.55% -
XYZ 13.03 6.24 25.72 -
YUV 55.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 123 5 141 0.13 0.96 0 0.45 292.06 0.93 0.29
Hex 7B 5 8D D 60 0 2D 124 5D 1D
Octal 173 5 215 15 140 0 55 444 135 35
Binary 1111011 101 10001101 1101 1100000 0 101101 100100100 1011101 11101

Color Harmonies of #7B058D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B058D

Black with #7B058D

Text Example


Text Example

White with #7B058D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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