Html Css Color HEX #7F0E88 Purple

📋 copy color: '#7F0E88'

red 127 ◦ green 14 ◦ blue 136

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

Shades of Purple #7F0E88

Tints of Purple #7F0E88

RGB

 RED value IS 127 (50% from 255) = 45.85%

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

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

R = 45.85%
G = 5.05%
B = 49.1%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F0E88 (or 0x7F0E88) is known color: Purple. HEX triplet: 7F, 0E and 88. RGB value is (127,14,136). Sum of RGB (Red+Green+Blue) = 127+14+136=277 (36% of max value = 765). Red value is 127 (50% from 255 or 45.85% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 136 (53.52% from 255 or 49.10% from 277); Max value from RGB is 136 - color contains mainly: blue. Hex color #7F0E88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0E88 is #80F177. Grayscale: #3D3D3D. Windows color (decimal): -8450424 or 8916607. OLE color: 8916607.

HSL color Cylindrical-coordinate representation of color #7F0E88: hue angle of 295.57º 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 #7F0E88 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 14 136 -
CMYK 0.07 0.90 0 0.47
HSL 295.57º 0.81% 0.29% -
HSV(B) 295.57º 0.9% 0.53% -
XYZ 13.35 6.6 23.86 -
YUV 61.7 169.94 174.58 -
System Red Green Blue C M Y K H S L
Decimal 127 14 136 0.07 0.90 0 0.47 295.57 0.81 0.29
Hex 7F E 88 7 5A 0 2F 128 51 1D
Octal 177 16 210 7 132 0 57 450 121 35
Binary 1111111 1110 10001000 111 1011010 0 101111 100101000 1010001 11101

Color Harmonies of #7F0E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0E88

Black with #7F0E88

Text Example


Text Example

White with #7F0E88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,14,136); }

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

background-color css

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

 a { background-color: rgb(127,14,136); }

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

border-color css

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

 span { border-color: rgb(127,14,136); }

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