Html Css Color HEX #79064B Tyrian Purple

📋 copy color: '#79064B'

red 121 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #79064B

Tints of Tyrian Purple #79064B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.97%

 BLUE value IS 75 (29.69% from 255) = 37.13%

R = 59.9%
G = 2.97%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.38

 K value IS 0.53

RGB Variations

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

Color information

#79064B (or 0x79064B) is known color: Tyrian Purple. HEX triplet: 79, 06 and 4B. RGB value is (121,6,75). Sum of RGB (Red+Green+Blue) = 121+6+75=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 6 (2.73% from 255 or 2.97% from 202); Blue value is 75 (29.69% from 255 or 37.13% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #79064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79064B is #86F9B4. Grayscale: #303030. Windows color (decimal): -8845749 or 4916857. OLE color: 4916857.

HSL color Cylindrical-coordinate representation of color #79064B: hue angle of 324º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #79064B is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 6 75 -
CMYK 0 0.95 0.38 0.53
HSL 324º 0.91% 0.25% -
HSV(B) 324º 0.95% 0.47% -
XYZ 9.22 4.7 7.08 -
YUV 48.25 143.1 179.89 -
System Red Green Blue C M Y K H S L
Decimal 121 6 75 0 0.95 0.38 0.53 324 0.91 0.25
Hex 79 6 4B 0 5F 26 35 144 5B 19
Octal 171 6 113 0 137 46 65 504 133 31
Binary 1111001 110 1001011 0 1011111 100110 110101 101000100 1011011 11001

Color Harmonies of #79064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79064B

Black with #79064B

Text Example


Text Example

White with #79064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,6,75); }

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

background-color css

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

 a { background-color: rgb(121,6,75); }

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

border-color css

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

 span { border-color: rgb(121,6,75); }

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