Html Css Color HEX #7D0469 Purple

📋 copy color: '#7D0469'

red 125 ◦ green 4 ◦ blue 105

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

Shades of Purple #7D0469

Tints of Purple #7D0469

RGB

 RED value IS 125 (49.22% from 255) = 53.42%

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

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

R = 53.42%
G = 1.71%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#7D0469 (or 0x7D0469) is known color: Purple. HEX triplet: 7D, 04 and 69. RGB value is (125,4,105). Sum of RGB (Red+Green+Blue) = 125+4+105=234 (30% of max value = 765). Red value is 125 (49.22% from 255 or 53.42% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 105 (41.41% from 255 or 44.87% from 234); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0469 is #82FB96. Grayscale: #333333. Windows color (decimal): -8584087 or 6882429. OLE color: 6882429.

HSL color Cylindrical-coordinate representation of color #7D0469: hue angle of 309.92º 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 #7D0469 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 4 105 -
CMYK 0 0.97 0.16 0.51
HSL 309.92º 0.94% 0.25% -
HSV(B) 309.92º 0.97% 0.49% -
XYZ 11.05 5.47 13.84 -
YUV 51.69 158.09 180.29 -
System Red Green Blue C M Y K H S L
Decimal 125 4 105 0 0.97 0.16 0.51 309.92 0.94 0.25
Hex 7D 4 69 0 61 10 33 136 5E 19
Octal 175 4 151 0 141 20 63 466 136 31
Binary 1111101 100 1101001 0 1100001 10000 110011 100110110 1011110 11001

Color Harmonies of #7D0469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0469

Black with #7D0469

Text Example


Text Example

White with #7D0469

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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