Html Css Color HEX #7F036F Purple

📋 copy color: '#7F036F'

red 127 ◦ green 3 ◦ blue 111

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

Shades of Purple #7F036F

Tints of Purple #7F036F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 111 (43.75% from 255) = 46.06%

R = 52.7%
G = 1.24%
B = 46.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#7F036F (or 0x7F036F) is known color: Purple. HEX triplet: 7F, 03 and 6F. RGB value is (127,3,111). Sum of RGB (Red+Green+Blue) = 127+3+111=241 (31% of max value = 765). Red value is 127 (50% from 255 or 52.70% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 111 (43.75% from 255 or 46.06% from 241); Max value from RGB is 127 - color contains mainly: red. Hex color #7F036F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F036F is #80FC90. Grayscale: #343434. Windows color (decimal): -8453265 or 7275391. OLE color: 7275391.

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

Color convert

RGB 127 3 111 -
CMYK 0 0.98 0.13 0.50
HSL 307.74º 0.95% 0.25% -
HSV(B) 307.74º 0.98% 0.5% -
XYZ 11.65 5.72 15.53 -
YUV 52.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 127 3 111 0 0.98 0.13 0.50 307.74 0.95 0.25
Hex 7F 3 6F 0 62 D 32 134 5F 19
Octal 177 3 157 0 142 15 62 464 137 31
Binary 1111111 11 1101111 0 1100010 1101 110010 100110100 1011111 11001

Color Harmonies of #7F036F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F036F

Black with #7F036F

Text Example


Text Example

White with #7F036F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,3,111); }

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

background-color css

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

 a { background-color: rgb(127,3,111); }

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

border-color css

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

 span { border-color: rgb(127,3,111); }

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