Html Css Color HEX #7F026C Purple

📋 copy color: '#7F026C'

red 127 ◦ green 2 ◦ blue 108

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

Shades of Purple #7F026C

Tints of Purple #7F026C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.57%

R = 53.59%
G = 0.84%
B = 45.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#7F026C (or 0x7F026C) is known color: Purple. HEX triplet: 7F, 02 and 6C. RGB value is (127,2,108). Sum of RGB (Red+Green+Blue) = 127+2+108=237 (31% of max value = 765). Red value is 127 (50% from 255 or 53.59% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 108 (42.58% from 255 or 45.57% from 237); Max value from RGB is 127 - color contains mainly: red. Hex color #7F026C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F026C is #80FD93. Grayscale: #333333. Windows color (decimal): -8453524 or 7078527. OLE color: 7078527.

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

Color convert

RGB 127 2 108 -
CMYK 0 0.98 0.15 0.50
HSL 309.12º 0.97% 0.25% -
HSV(B) 309.12º 0.98% 0.5% -
XYZ 11.48 5.64 14.67 -
YUV 51.46 159.91 181.88 -
System Red Green Blue C M Y K H S L
Decimal 127 2 108 0 0.98 0.15 0.50 309.12 0.97 0.25
Hex 7F 2 6C 0 62 F 32 135 61 19
Octal 177 2 154 0 142 17 62 465 141 31
Binary 1111111 10 1101100 0 1100010 1111 110010 100110101 1100001 11001

Color Harmonies of #7F026C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F026C

Black with #7F026C

Text Example


Text Example

White with #7F026C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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