Html Css Color HEX #7A1784 Purple

📋 copy color: '#7A1784'

red 122 ◦ green 23 ◦ blue 132

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

Shades of Purple #7A1784

Tints of Purple #7A1784

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 44.04%
G = 8.3%
B = 47.65%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A1784 (or 0x7A1784) is known color: Purple. HEX triplet: 7A, 17 and 84. RGB value is (122,23,132). Sum of RGB (Red+Green+Blue) = 122+23+132=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A1784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1784 is #85E87B. Grayscale: #404040. Windows color (decimal): -8775804 or 8656762. OLE color: 8656762.

HSL color Cylindrical-coordinate representation of color #7A1784: hue angle of 294.5º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7A1784 is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 122 23 132 -
CMYK 0.08 0.83 0 0.48
HSL 294.5º 0.7% 0.3% -
HSV(B) 294.5º 0.83% 0.52% -
XYZ 12.5 6.42 22.41 -
YUV 65.03 165.8 168.64 -
System Red Green Blue C M Y K H S L
Decimal 122 23 132 0.08 0.83 0 0.48 294.5 0.7 0.3
Hex 7A 17 84 8 53 0 30 126 46 1E
Octal 172 27 204 10 123 0 60 446 106 36
Binary 1111010 10111 10000100 1000 1010011 0 110000 100100110 1000110 11110

Color Harmonies of #7A1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1784

Black with #7A1784

Text Example


Text Example

White with #7A1784

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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