Html Css Color HEX #77064B Tyrian Purple

📋 copy color: '#77064B'

red 119 ◦ green 6 ◦ blue 75

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

Shades of Tyrian Purple #77064B

Tints of Tyrian Purple #77064B

RGB

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

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

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

R = 59.5%
G = 3%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.53

RGB Variations

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

Color information

#77064B (or 0x77064B) is known color: Tyrian Purple. HEX triplet: 77, 06 and 4B. RGB value is (119,6,75). Sum of RGB (Red+Green+Blue) = 119+6+75=200 (26% of max value = 765). Red value is 119 (46.88% from 255 or 59.5% from 200); Green value is 6 (2.73% from 255 or 3% from 200); Blue value is 75 (29.69% from 255 or 37.5% from 200); Max value from RGB is 119 - color contains mainly: red. Hex color #77064B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #77064B is #88F9B4. Grayscale: #2F2F2F. Windows color (decimal): -8976821 or 4916855. OLE color: 4916855.

HSL color Cylindrical-coordinate representation of color #77064B: hue angle of 323.36º 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 #77064B is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 6 75 -
CMYK 0 0.95 0.37 0.53
HSL 323.36º 0.9% 0.25% -
HSV(B) 323.36º 0.95% 0.47% -
XYZ 8.94 4.56 7.07 -
YUV 47.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 119 6 75 0 0.95 0.37 0.53 323.36 0.9 0.25
Hex 77 6 4B 0 5F 25 35 143 5A 19
Octal 167 6 113 0 137 45 65 503 132 31
Binary 1110111 110 1001011 0 1011111 100101 110101 101000011 1011010 11001

Color Harmonies of #77064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77064B

Black with #77064B

Text Example


Text Example

White with #77064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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