Html Css Color HEX #7E0469 Purple

📋 copy color: '#7E0469'

red 126 ◦ green 4 ◦ blue 105

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

Shades of Purple #7E0469

Tints of Purple #7E0469

RGB

 RED value IS 126 (49.61% from 255) = 53.62%

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

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

R = 53.62%
G = 1.7%
B = 44.68%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#7E0469 (or 0x7E0469) is known color: Purple. HEX triplet: 7E, 04 and 69. RGB value is (126,4,105). Sum of RGB (Red+Green+Blue) = 126+4+105=235 (31% of max value = 765). Red value is 126 (49.61% from 255 or 53.62% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0469 is #81FB96. Grayscale: #333333. Windows color (decimal): -8518551 or 6882430. OLE color: 6882430.

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

Color convert

RGB 126 4 105 -
CMYK 0 0.97 0.17 0.51
HSL 310.33º 0.94% 0.25% -
HSV(B) 310.33º 0.97% 0.49% -
XYZ 11.2 5.54 13.84 -
YUV 51.99 157.92 180.79 -
System Red Green Blue C M Y K H S L
Decimal 126 4 105 0 0.97 0.17 0.51 310.33 0.94 0.25
Hex 7E 4 69 0 61 11 33 136 5E 19
Octal 176 4 151 0 141 21 63 466 136 31
Binary 1111110 100 1101001 0 1100001 10001 110011 100110110 1011110 11001

Color Harmonies of #7E0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0469

Black with #7E0469

Text Example


Text Example

White with #7E0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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