Html Css Color HEX #7A108B Purple

📋 copy color: '#7A108B'

red 122 ◦ green 16 ◦ blue 139

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

Shades of Purple #7A108B

Tints of Purple #7A108B

RGB

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

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

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

R = 44.04%
G = 5.78%
B = 50.18%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A108B (or 0x7A108B) is known color: Purple. HEX triplet: 7A, 10 and 8B. RGB value is (122,16,139). Sum of RGB (Red+Green+Blue) = 122+16+139=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 16 (6.64% from 255 or 5.78% from 277); Blue value is 139 (54.69% from 255 or 50.18% from 277); Max value from RGB is 139 - color contains mainly: blue. Hex color #7A108B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A108B is #85EF74. Grayscale: #3D3D3D. Windows color (decimal): -8777589 or 9113722. OLE color: 9113722.

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

Color convert

RGB 122 16 139 -
CMYK 0.12 0.88 0 0.45
HSL 291.71º 0.79% 0.3% -
HSV(B) 291.71º 0.88% 0.55% -
XYZ 12.87 6.37 24.98 -
YUV 61.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 122 16 139 0.12 0.88 0 0.45 291.71 0.79 0.3
Hex 7A 10 8B C 58 0 2D 124 4F 1E
Octal 172 20 213 14 130 0 55 444 117 36
Binary 1111010 10000 10001011 1100 1011000 0 101101 100100100 1001111 11110

Color Harmonies of #7A108B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A108B

Black with #7A108B

Text Example


Text Example

White with #7A108B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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