Html Css Color HEX #7F088B Purple

📋 copy color: '#7F088B'

red 127 ◦ green 8 ◦ blue 139

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

Shades of Purple #7F088B

Tints of Purple #7F088B

RGB

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

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

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

R = 46.35%
G = 2.92%
B = 50.73%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F088B (or 0x7F088B) is known color: Purple. HEX triplet: 7F, 08 and 8B. RGB value is (127,8,139). Sum of RGB (Red+Green+Blue) = 127+8+139=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #7F088B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F088B is #80F774. Grayscale: #3A3A3A. Windows color (decimal): -8451957 or 9111679. OLE color: 9111679.

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

Color convert

RGB 127 8 139 -
CMYK 0.09 0.94 0 0.45
HSL 294.5º 0.89% 0.29% -
HSV(B) 294.5º 0.94% 0.55% -
XYZ 13.5 6.55 24.98 -
YUV 58.52 173.42 176.85 -
System Red Green Blue C M Y K H S L
Decimal 127 8 139 0.09 0.94 0 0.45 294.5 0.89 0.29
Hex 7F 8 8B 9 5E 0 2D 127 59 1D
Octal 177 10 213 11 136 0 55 447 131 35
Binary 1111111 1000 10001011 1001 1011110 0 101101 100100111 1011001 11101

Color Harmonies of #7F088B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F088B

Black with #7F088B

Text Example


Text Example

White with #7F088B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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