Html Css Color HEX #7A178B Purple

📋 copy color: '#7A178B'

red 122 ◦ green 23 ◦ blue 139

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

Shades of Purple #7A178B

Tints of Purple #7A178B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.1%

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

R = 42.96%
G = 8.1%
B = 48.94%

CMYK

 C value IS 0.12

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A178B (or 0x7A178B) is known color: Purple. HEX triplet: 7A, 17 and 8B. RGB value is (122,23,139). Sum of RGB (Red+Green+Blue) = 122+23+139=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 23 (9.38% from 255 or 8.10% from 284); Blue value is 139 (54.69% from 255 or 48.94% from 284); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A178B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A178B is #85E874. Grayscale: #414141. Windows color (decimal): -8775797 or 9115514. OLE color: 9115514.

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

Color convert

RGB 122 23 139 -
CMYK 0.12 0.83 0 0.45
HSL 291.21º 0.72% 0.32% -
HSV(B) 291.21º 0.83% 0.55% -
XYZ 12.99 6.61 25.02 -
YUV 65.83 169.3 168.07 -
System Red Green Blue C M Y K H S L
Decimal 122 23 139 0.12 0.83 0 0.45 291.21 0.72 0.32
Hex 7A 17 8B C 53 0 2D 123 48 20
Octal 172 27 213 14 123 0 55 443 110 40
Binary 1111010 10111 10001011 1100 1010011 0 101101 100100011 1001000 100000

Color Harmonies of #7A178B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A178B

Black with #7A178B

Text Example


Text Example

White with #7A178B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,23,139); }

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

background-color css

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

 a { background-color: rgb(122,23,139); }

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

border-color css

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

 span { border-color: rgb(122,23,139); }

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