Html Css Color HEX #7F026D Purple

📋 copy color: '#7F026D'

red 127 ◦ green 2 ◦ blue 109

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

Shades of Purple #7F026D

Tints of Purple #7F026D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.84%

 BLUE value IS 109 (42.97% from 255) = 45.8%

R = 53.36%
G = 0.84%
B = 45.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#7F026D (or 0x7F026D) is known color: Purple. HEX triplet: 7F, 02 and 6D. RGB value is (127,2,109). Sum of RGB (Red+Green+Blue) = 127+2+109=238 (31% of max value = 765). Red value is 127 (50% from 255 or 53.36% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 109 (42.97% from 255 or 45.80% from 238); Max value from RGB is 127 - color contains mainly: red. Hex color #7F026D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F026D is #80FD92. Grayscale: #333333. Windows color (decimal): -8453523 or 7144063. OLE color: 7144063.

HSL color Cylindrical-coordinate representation of color #7F026D: hue angle of 308.64º degrees, saturation: 0.97, 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 #7F026D is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 2 109 -
CMYK 0 0.98 0.14 0.50
HSL 308.64º 0.97% 0.25% -
HSV(B) 308.64º 0.98% 0.5% -
XYZ 11.53 5.66 14.95 -
YUV 51.57 160.41 181.8 -
System Red Green Blue C M Y K H S L
Decimal 127 2 109 0 0.98 0.14 0.50 308.64 0.97 0.25
Hex 7F 2 6D 0 62 E 32 135 61 19
Octal 177 2 155 0 142 16 62 465 141 31
Binary 1111111 10 1101101 0 1100010 1110 110010 100110101 1100001 11001

Color Harmonies of #7F026D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F026D

Black with #7F026D

Text Example


Text Example

White with #7F026D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,2,109); }

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

background-color css

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

 a { background-color: rgb(127,2,109); }

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

border-color css

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

 span { border-color: rgb(127,2,109); }

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