Html Css Color HEX #7D168C Purple

📋 copy color: '#7D168C'

red 125 ◦ green 22 ◦ blue 140

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

Shades of Purple #7D168C

Tints of Purple #7D168C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.67%

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

R = 43.55%
G = 7.67%
B = 48.78%

CMYK

 C value IS 0.11

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D168C (or 0x7D168C) is known color: Purple. HEX triplet: 7D, 16 and 8C. RGB value is (125,22,140). Sum of RGB (Red+Green+Blue) = 125+22+140=287 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.55% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 140 (55.08% from 255 or 48.78% from 287); Max value from RGB is 140 - color contains mainly: blue. Hex color #7D168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D168C is #82E973. Grayscale: #414141. Windows color (decimal): -8579444 or 9180797. OLE color: 9180797.

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

Color convert

RGB 125 22 140 -
CMYK 0.11 0.84 0 0.45
HSL 292.37º 0.73% 0.32% -
HSV(B) 292.37º 0.84% 0.55% -
XYZ 13.48 6.83 25.42 -
YUV 66.25 169.62 169.91 -
System Red Green Blue C M Y K H S L
Decimal 125 22 140 0.11 0.84 0 0.45 292.37 0.73 0.32
Hex 7D 16 8C B 54 0 2D 124 49 20
Octal 175 26 214 13 124 0 55 444 111 40
Binary 1111101 10110 10001100 1011 1010100 0 101101 100100100 1001001 100000

Color Harmonies of #7D168C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D168C

Black with #7D168C

Text Example


Text Example

White with #7D168C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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