Html Css Color HEX #79006B Purple

📋 copy color: '#79006B'

red 121 ◦ green 0 ◦ blue 107

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

Shades of Purple #79006B

Tints of Purple #79006B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.93%

R = 53.07%
G = 0%
B = 46.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#79006B (or 0x79006B) is known color: Purple. HEX triplet: 79, 00 and 6B. RGB value is (121,0,107). Sum of RGB (Red+Green+Blue) = 121+0+107=228 (30% of max value = 765). Red value is 121 (47.66% from 255 or 53.07% from 228); Green value is 0 (0.39% from 255 or 0% from 228); Blue value is 107 (42.19% from 255 or 46.93% from 228); Max value from RGB is 121 - color contains mainly: red. Hex color #79006B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79006B is #86FF94. Grayscale: #303030. Windows color (decimal): -8847253 or 7012473. OLE color: 7012473.

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

Color convert

RGB 121 0 107 -
CMYK 0 1 0.12 0.53
HSL 306.94º 1% 0.24% -
HSV(B) 306.94º 1% 0.47% -
XYZ 10.54 5.13 14.34 -
YUV 48.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 121 0 107 0 1 0.12 0.53 306.94 1 0.24
Hex 79 0 6B 0 64 C 35 133 64 18
Octal 171 0 153 0 144 14 65 463 144 30
Binary 1111001 0 1101011 0 1100100 1100 110101 100110011 1100100 11000

Color Harmonies of #79006B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79006B

Black with #79006B

Text Example


Text Example

White with #79006B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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