Html Css Color HEX #7F087D Purple

📋 copy color: '#7F087D'

red 127 ◦ green 8 ◦ blue 125

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

Shades of Purple #7F087D

Tints of Purple #7F087D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 48.85%
G = 3.08%
B = 48.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.02

 K value IS 0.50

RGB Variations

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

Color information

#7F087D (or 0x7F087D) is known color: Purple. HEX triplet: 7F, 08 and 7D. RGB value is (127,8,125). Sum of RGB (Red+Green+Blue) = 127+8+125=260 (34% of max value = 765). Red value is 127 (50% from 255 or 48.85% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 127 - color contains mainly: red. Hex color #7F087D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F087D is #80F782. Grayscale: #383838. Windows color (decimal): -8451971 or 8194175. OLE color: 8194175.

HSL color Cylindrical-coordinate representation of color #7F087D: hue angle of 301.01º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F087D is Cyan = 0, Magento = 0.94, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 8 125 -
CMYK 0 0.94 0.02 0.50
HSL 301.01º 0.88% 0.26% -
HSV(B) 301.01º 0.94% 0.5% -
XYZ 12.54 6.17 19.93 -
YUV 56.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 127 8 125 0 0.94 0.02 0.50 301.01 0.88 0.26
Hex 7F 8 7D 0 5E 2 32 12D 58 1A
Octal 177 10 175 0 136 2 62 455 130 32
Binary 1111111 1000 1111101 0 1011110 10 110010 100101101 1011000 11010

Color Harmonies of #7F087D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F087D

Black with #7F087D

Text Example


Text Example

White with #7F087D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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