Html Css Color HEX #7D168B Purple

📋 copy color: '#7D168B'

red 125 ◦ green 22 ◦ blue 139

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

Shades of Purple #7D168B

Tints of Purple #7D168B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 48.6%

R = 43.71%
G = 7.69%
B = 48.6%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7D168B (or 0x7D168B) is known color: Purple. HEX triplet: 7D, 16 and 8B. RGB value is (125,22,139). Sum of RGB (Red+Green+Blue) = 125+22+139=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 22 (8.98% from 255 or 7.69% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #7D168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D168B is #82E974. Grayscale: #414141. Windows color (decimal): -8579445 or 9115261. OLE color: 9115261.

HSL color Cylindrical-coordinate representation of color #7D168B: hue angle of 292.82º 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 #7D168B is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 125 22 139 -
CMYK 0.10 0.84 0 0.45
HSL 292.82º 0.73% 0.32% -
HSV(B) 292.82º 0.84% 0.55% -
XYZ 13.4 6.8 25.03 -
YUV 66.14 169.12 169.99 -
System Red Green Blue C M Y K H S L
Decimal 125 22 139 0.10 0.84 0 0.45 292.82 0.73 0.32
Hex 7D 16 8B A 54 0 2D 125 49 20
Octal 175 26 213 12 124 0 55 445 111 40
Binary 1111101 10110 10001011 1010 1010100 0 101101 100100101 1001001 100000

Color Harmonies of #7D168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D168B

Black with #7D168B

Text Example


Text Example

White with #7D168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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