Html Css Color HEX #7B077A Purple

📋 copy color: '#7B077A'

red 123 ◦ green 7 ◦ blue 122

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

Shades of Purple #7B077A

Tints of Purple #7B077A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

 BLUE value IS 122 (48.05% from 255) = 48.41%

R = 48.81%
G = 2.78%
B = 48.41%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.01

 K value IS 0.52

RGB Variations

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

Color information

#7B077A (or 0x7B077A) is known color: Purple. HEX triplet: 7B, 07 and 7A. RGB value is (123,7,122). Sum of RGB (Red+Green+Blue) = 123+7+122=252 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.81% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 122 (48.05% from 255 or 48.41% from 252); Max value from RGB is 123 - color contains mainly: red. Hex color #7B077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B077A is #84F885. Grayscale: #363636. Windows color (decimal): -8714374 or 7997307. OLE color: 7997307.

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

Color convert

RGB 123 7 122 -
CMYK 0 0.94 0.01 0.52
HSL 300.52º 0.89% 0.25% -
HSV(B) 300.52º 0.94% 0.48% -
XYZ 11.76 5.77 18.91 -
YUV 54.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 123 7 122 0 0.94 0.01 0.52 300.52 0.89 0.25
Hex 7B 7 7A 0 5E 1 34 12D 59 19
Octal 173 7 172 0 136 1 64 455 131 31
Binary 1111011 111 1111010 0 1011110 1 110100 100101101 1011001 11001

Color Harmonies of #7B077A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B077A

Black with #7B077A

Text Example


Text Example

White with #7B077A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,7,122); }

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

background-color css

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

 a { background-color: rgb(123,7,122); }

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

border-color css

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

 span { border-color: rgb(123,7,122); }

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