Html Css Color HEX #7F0885 Purple

📋 copy color: '#7F0885'

red 127 ◦ green 8 ◦ blue 133

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

Shades of Purple #7F0885

Tints of Purple #7F0885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.63%

R = 47.39%
G = 2.99%
B = 49.63%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7F0885 (or 0x7F0885) is known color: Purple. HEX triplet: 7F, 08 and 85. RGB value is (127,8,133). Sum of RGB (Red+Green+Blue) = 127+8+133=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 8 (3.52% from 255 or 2.99% from 268); Blue value is 133 (52.34% from 255 or 49.63% from 268); Max value from RGB is 133 - color contains mainly: blue. Hex color #7F0885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0885 is #80F77A. Grayscale: #393939. Windows color (decimal): -8451963 or 8718463. OLE color: 8718463.

HSL color Cylindrical-coordinate representation of color #7F0885: hue angle of 297.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0885 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 127 8 133 -
CMYK 0.05 0.94 0 0.48
HSL 297.12º 0.89% 0.28% -
HSV(B) 297.12º 0.94% 0.52% -
XYZ 13.07 6.38 22.73 -
YUV 57.83 170.42 177.34 -
System Red Green Blue C M Y K H S L
Decimal 127 8 133 0.05 0.94 0 0.48 297.12 0.89 0.28
Hex 7F 8 85 5 5E 0 30 129 59 1C
Octal 177 10 205 5 136 0 60 451 131 34
Binary 1111111 1000 10000101 101 1011110 0 110000 100101001 1011001 11100

Color Harmonies of #7F0885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0885

Black with #7F0885

Text Example


Text Example

White with #7F0885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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