Html Css Color HEX #7F0187 Purple

📋 copy color: '#7F0187'

red 127 ◦ green 1 ◦ blue 135

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

Shades of Purple #7F0187

Tints of Purple #7F0187

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 135 (53.13% from 255) = 51.33%

R = 48.29%
G = 0.38%
B = 51.33%

CMYK

 C value IS 0.06

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7F0187 (or 0x7F0187) is known color: Purple. HEX triplet: 7F, 01 and 87. RGB value is (127,1,135). Sum of RGB (Red+Green+Blue) = 127+1+135=263 (34% of max value = 765). Red value is 127 (50% from 255 or 48.29% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 135 (53.12% from 255 or 51.33% from 263); Max value from RGB is 135 - color contains mainly: blue. Hex color #7F0187 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0187 is #80FE78. Grayscale: #353535. Windows color (decimal): -8453753 or 8847743. OLE color: 8847743.

HSL color Cylindrical-coordinate representation of color #7F0187: hue angle of 296.42º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F0187 is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 127 1 135 -
CMYK 0.06 0.99 0 0.47
HSL 296.42º 0.99% 0.27% -
HSV(B) 296.42º 0.99% 0.53% -
XYZ 13.14 6.28 23.44 -
YUV 53.95 173.74 180.1 -
System Red Green Blue C M Y K H S L
Decimal 127 1 135 0.06 0.99 0 0.47 296.42 0.99 0.27
Hex 7F 1 87 6 63 0 2F 128 63 1B
Octal 177 1 207 6 143 0 57 450 143 33
Binary 1111111 1 10000111 110 1100011 0 101111 100101000 1100011 11011

Color Harmonies of #7F0187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0187

Black with #7F0187

Text Example


Text Example

White with #7F0187

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,1,135); }

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

background-color css

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

 a { background-color: rgb(127,1,135); }

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

border-color css

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

 span { border-color: rgb(127,1,135); }

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