Html Css Color HEX #7F016B Purple

📋 copy color: '#7F016B'

red 127 ◦ green 1 ◦ blue 107

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

Shades of Purple #7F016B

Tints of Purple #7F016B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 45.53%

R = 54.04%
G = 0.43%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#7F016B (or 0x7F016B) is known color: Purple. HEX triplet: 7F, 01 and 6B. RGB value is (127,1,107). Sum of RGB (Red+Green+Blue) = 127+1+107=235 (31% of max value = 765). Red value is 127 (50% from 255 or 54.04% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 107 (42.19% from 255 or 45.53% from 235); Max value from RGB is 127 - color contains mainly: red. Hex color #7F016B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F016B is #80FE94. Grayscale: #323232. Windows color (decimal): -8453781 or 7012735. OLE color: 7012735.

HSL color Cylindrical-coordinate representation of color #7F016B: hue angle of 309.52º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F016B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 1 107 -
CMYK 0 0.99 0.16 0.50
HSL 309.52º 0.98% 0.25% -
HSV(B) 309.52º 0.99% 0.5% -
XYZ 11.42 5.6 14.39 -
YUV 50.76 159.74 182.38 -
System Red Green Blue C M Y K H S L
Decimal 127 1 107 0 0.99 0.16 0.50 309.52 0.98 0.25
Hex 7F 1 6B 0 63 10 32 136 62 19
Octal 177 1 153 0 143 20 62 466 142 31
Binary 1111111 1 1101011 0 1100011 10000 110010 100110110 1100010 11001

Color Harmonies of #7F016B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F016B

Black with #7F016B

Text Example


Text Example

White with #7F016B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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