Html Css Color HEX #7B076B Purple

📋 copy color: '#7B076B'

red 123 ◦ green 7 ◦ blue 107

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

Shades of Purple #7B076B

Tints of Purple #7B076B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.15%

R = 51.9%
G = 2.95%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7B076B (or 0x7B076B) is known color: Purple. HEX triplet: 7B, 07 and 6B. RGB value is (123,7,107). Sum of RGB (Red+Green+Blue) = 123+7+107=237 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.90% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 107 (42.19% from 255 or 45.15% from 237); Max value from RGB is 123 - color contains mainly: red. Hex color #7B076B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B076B is #84F894. Grayscale: #343434. Windows color (decimal): -8714389 or 7014267. OLE color: 7014267.

HSL color Cylindrical-coordinate representation of color #7B076B: hue angle of 308.28º 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 #7B076B is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 7 107 -
CMYK 0 0.94 0.13 0.52
HSL 308.28º 0.89% 0.25% -
HSV(B) 308.28º 0.94% 0.48% -
XYZ 10.9 5.42 14.38 -
YUV 53.08 158.43 177.87 -
System Red Green Blue C M Y K H S L
Decimal 123 7 107 0 0.94 0.13 0.52 308.28 0.89 0.25
Hex 7B 7 6B 0 5E D 34 134 59 19
Octal 173 7 153 0 136 15 64 464 131 31
Binary 1111011 111 1101011 0 1011110 1101 110100 100110100 1011001 11001

Color Harmonies of #7B076B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B076B

Black with #7B076B

Text Example


Text Example

White with #7B076B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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