Html Css Color HEX #79138B Purple

📋 copy color: '#79138B'

red 121 ◦ green 19 ◦ blue 139

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

Shades of Purple #79138B

Tints of Purple #79138B

RGB

 RED value IS 121 (47.66% from 255) = 43.37%

 GREEN value IS 19 (7.81% from 255) = 6.81%

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

R = 43.37%
G = 6.81%
B = 49.82%

CMYK

 C value IS 0.13

 M value IS 0.86

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#79138B (or 0x79138B) is known color: Purple. HEX triplet: 79, 13 and 8B. RGB value is (121,19,139). Sum of RGB (Red+Green+Blue) = 121+19+139=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 139 (54.69% from 255 or 49.82% from 279); Max value from RGB is 139 - color contains mainly: blue. Hex color #79138B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79138B is #86EC74. Grayscale: #3E3E3E. Windows color (decimal): -8842357 or 9114489. OLE color: 9114489.

HSL color Cylindrical-coordinate representation of color #79138B: hue angle of 291º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #79138B is Cyan = 0.13, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 19 139 -
CMYK 0.13 0.86 0 0.45
HSL 291º 0.76% 0.31% -
HSV(B) 291º 0.86% 0.55% -
XYZ 12.78 6.39 24.99 -
YUV 63.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 121 19 139 0.13 0.86 0 0.45 291 0.76 0.31
Hex 79 13 8B D 56 0 2D 123 4C 1F
Octal 171 23 213 15 126 0 55 443 114 37
Binary 1111001 10011 10001011 1101 1010110 0 101101 100100011 1001100 11111

Color Harmonies of #79138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79138B

Black with #79138B

Text Example


Text Example

White with #79138B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79138B; }

 p { color: rgb(121,19,139); }

 H1.HeaderClassName
 {
   color: #79138B;
 }
 .AnyTagClassName
 {
   color: #79138B;
 }
</style>

background-color css

<style>
 a { background-color: #79138B; }

 a { background-color: rgb(121,19,139); }

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

border-color css

<style>
 span { border-color: #79138B; }

 span { border-color: rgb(121,19,139); }

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