Html Css Color HEX #7F0469 Purple

📋 copy color: '#7F0469'

red 127 ◦ green 4 ◦ blue 105

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

Shades of Purple #7F0469

Tints of Purple #7F0469

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

 BLUE value IS 105 (41.41% from 255) = 44.49%

R = 53.81%
G = 1.69%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F0469 (or 0x7F0469) is known color: Purple. HEX triplet: 7F, 04 and 69. RGB value is (127,4,105). Sum of RGB (Red+Green+Blue) = 127+4+105=236 (31% of max value = 765). Red value is 127 (50% from 255 or 53.81% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0469 is #80FB96. Grayscale: #343434. Windows color (decimal): -8453015 or 6882431. OLE color: 6882431.

HSL color Cylindrical-coordinate representation of color #7F0469: hue angle of 310.73º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7F0469 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 4 105 -
CMYK 0 0.97 0.17 0.50
HSL 310.73º 0.94% 0.26% -
HSV(B) 310.73º 0.97% 0.5% -
XYZ 11.35 5.62 13.85 -
YUV 52.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 127 4 105 0 0.97 0.17 0.50 310.73 0.94 0.26
Hex 7F 4 69 0 61 11 32 137 5E 1A
Octal 177 4 151 0 141 21 62 467 136 32
Binary 1111111 100 1101001 0 1100001 10001 110010 100110111 1011110 11010

Color Harmonies of #7F0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F0469

Black with #7F0469

Text Example


Text Example

White with #7F0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,4,105); }

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

background-color css

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

 a { background-color: rgb(127,4,105); }

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

border-color css

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

 span { border-color: rgb(127,4,105); }

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