Html Css Color HEX #7B057C Purple

📋 copy color: '#7B057C'

red 123 ◦ green 5 ◦ blue 124

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

Shades of Purple #7B057C

Tints of Purple #7B057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 49.21%

R = 48.81%
G = 1.98%
B = 49.21%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B057C (or 0x7B057C) is known color: Purple. HEX triplet: 7B, 05 and 7C. RGB value is (123,5,124). Sum of RGB (Red+Green+Blue) = 123+5+124=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #7B057C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B057C is #84FA83. Grayscale: #353535. Windows color (decimal): -8714884 or 8127867. OLE color: 8127867.

HSL color Cylindrical-coordinate representation of color #7B057C: hue angle of 299.5º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7B057C is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 123 5 124 -
CMYK 0.01 0.96 0 0.51
HSL 299.5º 0.92% 0.25% -
HSV(B) 299.5º 0.96% 0.49% -
XYZ 11.86 5.77 19.56 -
YUV 53.85 167.59 177.32 -
System Red Green Blue C M Y K H S L
Decimal 123 5 124 0.01 0.96 0 0.51 299.5 0.92 0.25
Hex 7B 5 7C 1 60 0 33 12B 5C 19
Octal 173 5 174 1 140 0 63 453 134 31
Binary 1111011 101 1111100 1 1100000 0 110011 100101011 1011100 11001

Color Harmonies of #7B057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B057C

Black with #7B057C

Text Example


Text Example

White with #7B057C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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