Html Css Color HEX #79007B Purple

📋 copy color: '#79007B'

red 121 ◦ green 0 ◦ blue 123

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

Shades of Purple #79007B

Tints of Purple #79007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 123 (48.44% from 255) = 50.41%

R = 49.59%
G = 0%
B = 50.41%

CMYK

 C value IS 0.02

 M value IS 1

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#79007B (or 0x79007B) is known color: Purple. HEX triplet: 79, 00 and 7B. RGB value is (121,0,123). Sum of RGB (Red+Green+Blue) = 121+0+123=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #79007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79007B is #86FF84. Grayscale: #313131. Windows color (decimal): -8847237 or 8061049. OLE color: 8061049.

HSL color Cylindrical-coordinate representation of color #79007B: hue angle of 299.02º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79007B is Cyan = 0.02, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 121 0 123 -
CMYK 0.02 1 0 0.52
HSL 299.02º 1% 0.24% -
HSV(B) 299.02º 1% 0.48% -
XYZ 11.46 5.5 19.2 -
YUV 50.2 169.09 178.5 -
System Red Green Blue C M Y K H S L
Decimal 121 0 123 0.02 1 0 0.52 299.02 1 0.24
Hex 79 0 7B 2 64 0 34 12B 64 18
Octal 171 0 173 2 144 0 64 453 144 30
Binary 1111001 0 1111011 10 1100100 0 110100 100101011 1100100 11000

Color Harmonies of #79007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79007B

Black with #79007B

Text Example


Text Example

White with #79007B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,0,123); }

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

background-color css

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

 a { background-color: rgb(121,0,123); }

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

border-color css

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

 span { border-color: rgb(121,0,123); }

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