Html Css Color HEX #7A1985 Purple

📋 copy color: '#7A1985'

red 122 ◦ green 25 ◦ blue 133

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

Shades of Purple #7A1985

Tints of Purple #7A1985

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.93%

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 43.57%
G = 8.93%
B = 47.5%

CMYK

 C value IS 0.08

 M value IS 0.81

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#7A1985 (or 0x7A1985) is known color: Purple. HEX triplet: 7A, 19 and 85. RGB value is (122,25,133). Sum of RGB (Red+Green+Blue) = 122+25+133=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A1985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1985 is #85E67A. Grayscale: #414141. Windows color (decimal): -8775291 or 8722810. OLE color: 8722810.

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

Color convert

RGB 122 25 133 -
CMYK 0.08 0.81 0 0.48
HSL 293.89º 0.68% 0.31% -
HSV(B) 293.89º 0.81% 0.52% -
XYZ 12.61 6.53 22.79 -
YUV 66.32 165.64 167.72 -
System Red Green Blue C M Y K H S L
Decimal 122 25 133 0.08 0.81 0 0.48 293.89 0.68 0.31
Hex 7A 19 85 8 51 0 30 126 44 1F
Octal 172 31 205 10 121 0 60 446 104 37
Binary 1111010 11001 10000101 1000 1010001 0 110000 100100110 1000100 11111

Color Harmonies of #7A1985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1985

Black with #7A1985

Text Example


Text Example

White with #7A1985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,25,133); }

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

background-color css

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

 a { background-color: rgb(122,25,133); }

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

border-color css

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

 span { border-color: rgb(122,25,133); }

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