Html Css Color HEX #7A1088 Purple

📋 copy color: '#7A1088'

red 122 ◦ green 16 ◦ blue 136

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

Shades of Purple #7A1088

Tints of Purple #7A1088

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.84%

 BLUE value IS 136 (53.52% from 255) = 49.64%

R = 44.53%
G = 5.84%
B = 49.64%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A1088 (or 0x7A1088) is known color: Purple. HEX triplet: 7A, 10 and 88. RGB value is (122,16,136). Sum of RGB (Red+Green+Blue) = 122+16+136=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 136 (53.52% from 255 or 49.64% from 274); Max value from RGB is 136 - color contains mainly: blue. Hex color #7A1088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1088 is #85EF77. Grayscale: #3D3D3D. Windows color (decimal): -8777592 or 8917114. OLE color: 8917114.

HSL color Cylindrical-coordinate representation of color #7A1088: hue angle of 293º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1088 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 16 136 -
CMYK 0.10 0.88 0 0.47
HSL 293º 0.79% 0.3% -
HSV(B) 293º 0.88% 0.53% -
XYZ 12.66 6.29 23.84 -
YUV 61.37 170.12 171.24 -
System Red Green Blue C M Y K H S L
Decimal 122 16 136 0.10 0.88 0 0.47 293 0.79 0.3
Hex 7A 10 88 A 58 0 2F 125 4F 1E
Octal 172 20 210 12 130 0 57 445 117 36
Binary 1111010 10000 10001000 1010 1011000 0 101111 100100101 1001111 11110

Color Harmonies of #7A1088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1088

Black with #7A1088

Text Example


Text Example

White with #7A1088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,16,136); }

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

background-color css

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

 a { background-color: rgb(122,16,136); }

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

border-color css

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

 span { border-color: rgb(122,16,136); }

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