Html Css Color HEX #7E008B Purple

📋 copy color: '#7E008B'

red 126 ◦ green 0 ◦ blue 139

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

Shades of Purple #7E008B

Tints of Purple #7E008B

RGB

 RED value IS 126 (49.61% from 255) = 47.55%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 52.45%

R = 47.55%
G = 0%
B = 52.45%

CMYK

 C value IS 0.09

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7E008B (or 0x7E008B) is known color: Purple. HEX triplet: 7E, 00 and 8B. RGB value is (126,0,139). Sum of RGB (Red+Green+Blue) = 126+0+139=265 (35% of max value = 765). Red value is 126 (49.61% from 255 or 47.55% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #7E008B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E008B is #81FF74. Grayscale: #353535. Windows color (decimal): -8519541 or 9109630. OLE color: 9109630.

HSL color Cylindrical-coordinate representation of color #7E008B: hue angle of 294.39º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7E008B is Cyan = 0.09, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 126 0 139 -
CMYK 0.09 1 0 0.45
HSL 294.39º 1% 0.27% -
HSV(B) 294.39º 1% 0.55% -
XYZ 13.26 6.3 24.94 -
YUV 53.52 176.24 179.7 -
System Red Green Blue C M Y K H S L
Decimal 126 0 139 0.09 1 0 0.45 294.39 1 0.27
Hex 7E 0 8B 9 64 0 2D 126 64 1B
Octal 176 0 213 11 144 0 55 446 144 33
Binary 1111110 0 10001011 1001 1100100 0 101101 100100110 1100100 11011

Color Harmonies of #7E008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E008B

Black with #7E008B

Text Example


Text Example

White with #7E008B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,0,139); }

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

background-color css

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

 a { background-color: rgb(126,0,139); }

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

border-color css

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

 span { border-color: rgb(126,0,139); }

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