Html Css Color HEX #7B087F Purple

📋 copy color: '#7B087F'

red 123 ◦ green 8 ◦ blue 127

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

Shades of Purple #7B087F

Tints of Purple #7B087F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 49.22%

R = 47.67%
G = 3.1%
B = 49.22%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#7B087F (or 0x7B087F) is known color: Purple. HEX triplet: 7B, 08 and 7F. RGB value is (123,8,127). Sum of RGB (Red+Green+Blue) = 123+8+127=258 (34% of max value = 765). Red value is 123 (48.44% from 255 or 47.67% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 127 (50% from 255 or 49.22% from 258); Max value from RGB is 127 - color contains mainly: blue. Hex color #7B087F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B087F is #84F780. Grayscale: #373737. Windows color (decimal): -8714113 or 8325243. OLE color: 8325243.

HSL color Cylindrical-coordinate representation of color #7B087F: hue angle of 297.98º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7B087F is Cyan = 0.03, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 123 8 127 -
CMYK 0.03 0.94 0 0.50
HSL 297.98º 0.88% 0.26% -
HSV(B) 297.98º 0.94% 0.5% -
XYZ 12.09 5.92 20.58 -
YUV 55.95 168.1 175.82 -
System Red Green Blue C M Y K H S L
Decimal 123 8 127 0.03 0.94 0 0.50 297.98 0.88 0.26
Hex 7B 8 7F 3 5E 0 32 12A 58 1A
Octal 173 10 177 3 136 0 62 452 130 32
Binary 1111011 1000 1111111 11 1011110 0 110010 100101010 1011000 11010

Color Harmonies of #7B087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B087F

Black with #7B087F

Text Example


Text Example

White with #7B087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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