Html Css Color HEX #7B056C Purple

📋 copy color: '#7B056C'

red 123 ◦ green 5 ◦ blue 108

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

Shades of Purple #7B056C

Tints of Purple #7B056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 52.12%
G = 2.12%
B = 45.76%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7B056C (or 0x7B056C) is known color: Purple. HEX triplet: 7B, 05 and 6C. RGB value is (123,5,108). Sum of RGB (Red+Green+Blue) = 123+5+108=236 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.12% from 236); Green value is 5 (2.34% from 255 or 2.12% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 123 - color contains mainly: red. Hex color #7B056C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B056C is #84FA93. Grayscale: #333333. Windows color (decimal): -8714900 or 7079291. OLE color: 7079291.

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

Color convert

RGB 123 5 108 -
CMYK 0 0.96 0.12 0.52
HSL 307.63º 0.92% 0.25% -
HSV(B) 307.63º 0.96% 0.48% -
XYZ 10.93 5.4 14.65 -
YUV 52.02 159.59 178.62 -
System Red Green Blue C M Y K H S L
Decimal 123 5 108 0 0.96 0.12 0.52 307.63 0.92 0.25
Hex 7B 5 6C 0 60 C 34 134 5C 19
Octal 173 5 154 0 140 14 64 464 134 31
Binary 1111011 101 1101100 0 1100000 1100 110100 100110100 1011100 11001

Color Harmonies of #7B056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B056C

Black with #7B056C

Text Example


Text Example

White with #7B056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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