Html Css Color HEX #7F088A Purple

📋 copy color: '#7F088A'

red 127 ◦ green 8 ◦ blue 138

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

Shades of Purple #7F088A

Tints of Purple #7F088A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.55%

R = 46.52%
G = 2.93%
B = 50.55%

CMYK

 C value IS 0.08

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7F088A (or 0x7F088A) is known color: Purple. HEX triplet: 7F, 08 and 8A. RGB value is (127,8,138). Sum of RGB (Red+Green+Blue) = 127+8+138=273 (36% of max value = 765). Red value is 127 (50% from 255 or 46.52% from 273); Green value is 8 (3.52% from 255 or 2.93% from 273); Blue value is 138 (54.30% from 255 or 50.55% from 273); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F088A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F088A is #80F775. Grayscale: #3A3A3A. Windows color (decimal): -8451958 or 9046143. OLE color: 9046143.

HSL color Cylindrical-coordinate representation of color #7F088A: hue angle of 294.92º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F088A is Cyan = 0.08, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 127 8 138 -
CMYK 0.08 0.94 0 0.46
HSL 294.92º 0.89% 0.29% -
HSV(B) 294.92º 0.94% 0.54% -
XYZ 13.43 6.52 24.6 -
YUV 58.4 172.92 176.93 -
System Red Green Blue C M Y K H S L
Decimal 127 8 138 0.08 0.94 0 0.46 294.92 0.89 0.29
Hex 7F 8 8A 8 5E 0 2E 127 59 1D
Octal 177 10 212 10 136 0 56 447 131 35
Binary 1111111 1000 10001010 1000 1011110 0 101110 100100111 1011001 11101

Color Harmonies of #7F088A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F088A

Black with #7F088A

Text Example


Text Example

White with #7F088A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,8,138); }

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

background-color css

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

 a { background-color: rgb(127,8,138); }

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

border-color css

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

 span { border-color: rgb(127,8,138); }

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