Html Css Color HEX #7B087D Purple

📋 copy color: '#7B087D'

red 123 ◦ green 8 ◦ blue 125

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

Shades of Purple #7B087D

Tints of Purple #7B087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 48.05%
G = 3.13%
B = 48.83%

CMYK

 C value IS 0.02

 M value IS 0.94

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#7B087D (or 0x7B087D) is known color: Purple. HEX triplet: 7B, 08 and 7D. RGB value is (123,8,125). Sum of RGB (Red+Green+Blue) = 123+8+125=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #7B087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B087D is #84F782. Grayscale: #373737. Windows color (decimal): -8714115 or 8194171. OLE color: 8194171.

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

Color convert

RGB 123 8 125 -
CMYK 0.02 0.94 0 0.51
HSL 298.97º 0.88% 0.26% -
HSV(B) 298.97º 0.94% 0.49% -
XYZ 11.96 5.87 19.9 -
YUV 55.72 167.1 175.99 -
System Red Green Blue C M Y K H S L
Decimal 123 8 125 0.02 0.94 0 0.51 298.97 0.88 0.26
Hex 7B 8 7D 2 5E 0 33 12B 58 1A
Octal 173 10 175 2 136 0 63 453 130 32
Binary 1111011 1000 1111101 10 1011110 0 110011 100101011 1011000 11010

Color Harmonies of #7B087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B087D

Black with #7B087D

Text Example


Text Example

White with #7B087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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