Html Css Color HEX #770644 Tyrian Purple

📋 copy color: '#770644'

red 119 ◦ green 6 ◦ blue 68

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

Shades of Tyrian Purple #770644

Tints of Tyrian Purple #770644

RGB

 RED value IS 119 (46.88% from 255) = 61.66%

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

 BLUE value IS 68 (26.95% from 255) = 35.23%

R = 61.66%
G = 3.11%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#770644 (or 0x770644) is known color: Tyrian Purple. HEX triplet: 77, 06 and 44. RGB value is (119,6,68). Sum of RGB (Red+Green+Blue) = 119+6+68=193 (25% of max value = 765). Red value is 119 (46.88% from 255 or 61.66% from 193); Green value is 6 (2.73% from 255 or 3.11% from 193); Blue value is 68 (26.95% from 255 or 35.23% from 193); Max value from RGB is 119 - color contains mainly: red. Hex color #770644 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #770644 is #88F9BB. Grayscale: #2E2E2E. Windows color (decimal): -8976828 or 4458103. OLE color: 4458103.

HSL color Cylindrical-coordinate representation of color #770644: hue angle of 327.08º degrees, saturation: 0.9, 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 #770644 is Cyan = 0, Magento = 0.95, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 68 -
CMYK 0 0.95 0.43 0.53
HSL 327.08º 0.9% 0.25% -
HSV(B) 327.08º 0.95% 0.47% -
XYZ 8.72 4.47 5.87 -
YUV 46.86 139.94 179.46 -
System Red Green Blue C M Y K H S L
Decimal 119 6 68 0 0.95 0.43 0.53 327.08 0.9 0.25
Hex 77 6 44 0 5F 2B 35 147 5A 19
Octal 167 6 104 0 137 53 65 507 132 31
Binary 1110111 110 1000100 0 1011111 101011 110101 101000111 1011010 11001

Color Harmonies of #770644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #770644

Black with #770644

Text Example


Text Example

White with #770644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #770644; }

 p { color: rgb(119,6,68); }

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

background-color css

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

 a { background-color: rgb(119,6,68); }

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

border-color css

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

 span { border-color: rgb(119,6,68); }

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