Html Css Color HEX #7B0E87 Purple

📋 copy color: '#7B0E87'

red 123 ◦ green 14 ◦ blue 135

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

Shades of Purple #7B0E87

Tints of Purple #7B0E87

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.15%

 BLUE value IS 135 (53.13% from 255) = 49.63%

R = 45.22%
G = 5.15%
B = 49.63%

CMYK

 C value IS 0.09

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7B0E87 (or 0x7B0E87) is known color: Purple. HEX triplet: 7B, 0E and 87. RGB value is (123,14,135). Sum of RGB (Red+Green+Blue) = 123+14+135=272 (36% of max value = 765). Red value is 123 (48.44% from 255 or 45.22% from 272); Green value is 14 (5.86% from 255 or 5.15% from 272); Blue value is 135 (53.12% from 255 or 49.63% from 272); Max value from RGB is 135 - color contains mainly: blue. Hex color #7B0E87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7B0E87 is #84F178. Grayscale: #3C3C3C. Windows color (decimal): -8712569 or 8851067. OLE color: 8851067.

HSL color Cylindrical-coordinate representation of color #7B0E87: hue angle of 294.05º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7B0E87 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 123 14 135 -
CMYK 0.09 0.90 0 0.47
HSL 294.05º 0.81% 0.29% -
HSV(B) 294.05º 0.9% 0.53% -
XYZ 12.7 6.27 23.46 -
YUV 60.39 170.11 172.66 -
System Red Green Blue C M Y K H S L
Decimal 123 14 135 0.09 0.90 0 0.47 294.05 0.81 0.29
Hex 7B E 87 9 5A 0 2F 126 51 1D
Octal 173 16 207 11 132 0 57 446 121 35
Binary 1111011 1110 10000111 1001 1011010 0 101111 100100110 1010001 11101

Color Harmonies of #7B0E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B0E87

Black with #7B0E87

Text Example


Text Example

White with #7B0E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,14,135); }

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

background-color css

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

 a { background-color: rgb(123,14,135); }

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

border-color css

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

 span { border-color: rgb(123,14,135); }

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