Html Css Color HEX #7C168B Purple

📋 copy color: '#7C168B'

red 124 ◦ green 22 ◦ blue 139

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

Shades of Purple #7C168B

Tints of Purple #7C168B

RGB

 RED value IS 124 (48.83% from 255) = 43.51%

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

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

R = 43.51%
G = 7.72%
B = 48.77%

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

#7C168B (or 0x7C168B) is known color: Purple. HEX triplet: 7C, 16 and 8B. RGB value is (124,22,139). Sum of RGB (Red+Green+Blue) = 124+22+139=285 (37% of max value = 765). Red value is 124 (48.83% from 255 or 43.51% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 139 (54.69% from 255 or 48.77% from 285); Max value from RGB is 139 - color contains mainly: blue. Hex color #7C168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C168B is #83E974. Grayscale: #414141. Windows color (decimal): -8644981 or 9115260. OLE color: 9115260.

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

Color convert

RGB 124 22 139 -
CMYK 0.11 0.84 0 0.45
HSL 292.31º 0.73% 0.32% -
HSV(B) 292.31º 0.84% 0.55% -
XYZ 13.26 6.72 25.02 -
YUV 65.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 124 22 139 0.11 0.84 0 0.45 292.31 0.73 0.32
Hex 7C 16 8B B 54 0 2D 124 49 20
Octal 174 26 213 13 124 0 55 444 111 40
Binary 1111100 10110 10001011 1011 1010100 0 101101 100100100 1001001 100000

Color Harmonies of #7C168B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C168B

Black with #7C168B

Text Example


Text Example

White with #7C168B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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