Html Css Color HEX #7E1288 Purple

📋 copy color: '#7E1288'

red 126 ◦ green 18 ◦ blue 136

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

Shades of Purple #7E1288

Tints of Purple #7E1288

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 136 (53.52% from 255) = 48.57%

R = 45%
G = 6.43%
B = 48.57%

CMYK

 C value IS 0.07

 M value IS 0.87

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7E1288 (or 0x7E1288) is known color: Purple. HEX triplet: 7E, 12 and 88. RGB value is (126,18,136). Sum of RGB (Red+Green+Blue) = 126+18+136=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 136 (53.52% from 255 or 48.57% from 280); Max value from RGB is 136 - color contains mainly: blue. Hex color #7E1288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7E1288 is #81ED77. Grayscale: #3F3F3F. Windows color (decimal): -8514936 or 8917630. OLE color: 8917630.

HSL color Cylindrical-coordinate representation of color #7E1288: hue angle of 294.92º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7E1288 is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 126 18 136 -
CMYK 0.07 0.87 0 0.47
HSL 294.92º 0.77% 0.3% -
HSV(B) 294.92º 0.87% 0.53% -
XYZ 13.26 6.65 23.88 -
YUV 63.74 168.78 172.41 -
System Red Green Blue C M Y K H S L
Decimal 126 18 136 0.07 0.87 0 0.47 294.92 0.77 0.3
Hex 7E 12 88 7 57 0 2F 127 4D 1E
Octal 176 22 210 7 127 0 57 447 115 36
Binary 1111110 10010 10001000 111 1010111 0 101111 100100111 1001101 11110

Color Harmonies of #7E1288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E1288

Black with #7E1288

Text Example


Text Example

White with #7E1288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,18,136); }

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

background-color css

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

 a { background-color: rgb(126,18,136); }

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

border-color css

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

 span { border-color: rgb(126,18,136); }

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