Html Css Color HEX #7A168D Purple

📋 copy color: '#7A168D'

red 122 ◦ green 22 ◦ blue 141

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

Shades of Purple #7A168D

Tints of Purple #7A168D

RGB

 RED value IS 122 (48.05% from 255) = 42.81%

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

 BLUE value IS 141 (55.47% from 255) = 49.47%

R = 42.81%
G = 7.72%
B = 49.47%

CMYK

 C value IS 0.13

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A168D (or 0x7A168D) is known color: Purple. HEX triplet: 7A, 16 and 8D. RGB value is (122,22,141). Sum of RGB (Red+Green+Blue) = 122+22+141=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 22 (8.98% from 255 or 7.72% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A168D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A168D is #85E972. Grayscale: #414141. Windows color (decimal): -8776051 or 9246330. OLE color: 9246330.

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

Color convert

RGB 122 22 141 -
CMYK 0.13 0.84 0 0.45
HSL 290.42º 0.73% 0.32% -
HSV(B) 290.42º 0.84% 0.55% -
XYZ 13.12 6.63 25.79 -
YUV 65.47 170.63 168.32 -
System Red Green Blue C M Y K H S L
Decimal 122 22 141 0.13 0.84 0 0.45 290.42 0.73 0.32
Hex 7A 16 8D D 54 0 2D 122 49 20
Octal 172 26 215 15 124 0 55 442 111 40
Binary 1111010 10110 10001101 1101 1010100 0 101101 100100010 1001001 100000

Color Harmonies of #7A168D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A168D

Black with #7A168D

Text Example


Text Example

White with #7A168D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,22,141); }

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

background-color css

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

 a { background-color: rgb(122,22,141); }

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

border-color css

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

 span { border-color: rgb(122,22,141); }

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