Html Css Color HEX #7D028C Purple

📋 copy color: '#7D028C'

red 125 ◦ green 2 ◦ blue 140

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

Shades of Purple #7D028C

Tints of Purple #7D028C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 52.43%

R = 46.82%
G = 0.75%
B = 52.43%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D028C (or 0x7D028C) is known color: Purple. HEX triplet: 7D, 02 and 8C. RGB value is (125,2,140). Sum of RGB (Red+Green+Blue) = 125+2+140=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 140 (55.08% from 255 or 52.43% from 267); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D028C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D028C is #82FD73. Grayscale: #363636. Windows color (decimal): -8584564 or 9175677. OLE color: 9175677.

HSL color Cylindrical-coordinate representation of color #7D028C: hue angle of 293.48º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D028C is Cyan = 0.11, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 2 140 -
CMYK 0.11 0.99 0 0.45
HSL 293.48º 0.97% 0.28% -
HSV(B) 293.48º 0.99% 0.55% -
XYZ 13.21 6.3 25.33 -
YUV 54.51 176.25 178.28 -
System Red Green Blue C M Y K H S L
Decimal 125 2 140 0.11 0.99 0 0.45 293.48 0.97 0.28
Hex 7D 2 8C B 63 0 2D 125 61 1C
Octal 175 2 214 13 143 0 55 445 141 34
Binary 1111101 10 10001100 1011 1100011 0 101101 100100101 1100001 11100

Color Harmonies of #7D028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D028C

Black with #7D028C

Text Example


Text Example

White with #7D028C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,2,140); }

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

background-color css

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

 a { background-color: rgb(125,2,140); }

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

border-color css

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

 span { border-color: rgb(125,2,140); }

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