Html Css Color HEX #7B086F Purple

📋 copy color: '#7B086F'

red 123 ◦ green 8 ◦ blue 111

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

Shades of Purple #7B086F

Tints of Purple #7B086F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.31%

 BLUE value IS 111 (43.75% from 255) = 45.87%

R = 50.83%
G = 3.31%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7B086F (or 0x7B086F) is known color: Purple. HEX triplet: 7B, 08 and 6F. RGB value is (123,8,111). Sum of RGB (Red+Green+Blue) = 123+8+111=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 8 (3.52% from 255 or 3.31% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B086F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B086F is #84F790. Grayscale: #353535. Windows color (decimal): -8714129 or 7276667. OLE color: 7276667.

HSL color Cylindrical-coordinate representation of color #7B086F: hue angle of 306.26º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7B086F is Cyan = 0, Magento = 0.93, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 8 111 -
CMYK 0 0.93 0.10 0.52
HSL 306.26º 0.88% 0.26% -
HSV(B) 306.26º 0.93% 0.48% -
XYZ 11.12 5.53 15.52 -
YUV 54.13 160.1 177.12 -
System Red Green Blue C M Y K H S L
Decimal 123 8 111 0 0.93 0.10 0.52 306.26 0.88 0.26
Hex 7B 8 6F 0 5D A 34 132 58 1A
Octal 173 10 157 0 135 12 64 462 130 32
Binary 1111011 1000 1101111 0 1011101 1010 110100 100110010 1011000 11010

Color Harmonies of #7B086F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B086F

Black with #7B086F

Text Example


Text Example

White with #7B086F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,8,111); }

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

background-color css

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

 a { background-color: rgb(123,8,111); }

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

border-color css

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

 span { border-color: rgb(123,8,111); }

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