Html Css Color HEX #7A188D Purple

📋 copy color: '#7A188D'

red 122 ◦ green 24 ◦ blue 141

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

Shades of Purple #7A188D

Tints of Purple #7A188D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.36%

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

R = 42.51%
G = 8.36%
B = 49.13%

CMYK

 C value IS 0.13

 M value IS 0.83

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A188D (or 0x7A188D) is known color: Purple. HEX triplet: 7A, 18 and 8D. RGB value is (122,24,141). Sum of RGB (Red+Green+Blue) = 122+24+141=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 24 (9.77% from 255 or 8.36% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A188D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A188D is #85E772. Grayscale: #424242. Windows color (decimal): -8775539 or 9246842. OLE color: 9246842.

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

Color convert

RGB 122 24 141 -
CMYK 0.13 0.83 0 0.45
HSL 290.26º 0.71% 0.32% -
HSV(B) 290.26º 0.83% 0.55% -
XYZ 13.16 6.71 25.8 -
YUV 66.64 169.97 167.49 -
System Red Green Blue C M Y K H S L
Decimal 122 24 141 0.13 0.83 0 0.45 290.26 0.71 0.32
Hex 7A 18 8D D 53 0 2D 122 47 20
Octal 172 30 215 15 123 0 55 442 107 40
Binary 1111010 11000 10001101 1101 1010011 0 101101 100100010 1000111 100000

Color Harmonies of #7A188D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A188D

Black with #7A188D

Text Example


Text Example

White with #7A188D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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