Html Css Color HEX #5B064F Tyrian Purple

📋 copy color: '#5B064F'

red 91 ◦ green 6 ◦ blue 79

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

Shades of Tyrian Purple #5B064F

Tints of Tyrian Purple #5B064F

RGB

 RED value IS 91 (35.94% from 255) = 51.7%

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

 BLUE value IS 79 (31.25% from 255) = 44.89%

R = 51.7%
G = 3.41%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5B064F (or 0x5B064F) is known color: Tyrian Purple. HEX triplet: 5B, 06 and 4F. RGB value is (91,6,79). Sum of RGB (Red+Green+Blue) = 91+6+79=176 (23% of max value = 765). Red value is 91 (35.94% from 255 or 51.70% from 176); Green value is 6 (2.73% from 255 or 3.41% from 176); Blue value is 79 (31.25% from 255 or 44.89% from 176); Max value from RGB is 91 - color contains mainly: red. Hex color #5B064F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B064F is #A4F9B0. Grayscale: #272727. Windows color (decimal): -10811825 or 5178971. OLE color: 5178971.

HSL color Cylindrical-coordinate representation of color #5B064F: hue angle of 308.47º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B064F is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 6 79 -
CMYK 0 0.93 0.13 0.64
HSL 308.47º 0.88% 0.19% -
HSV(B) 308.47º 0.93% 0.36% -
XYZ 5.79 2.92 7.66 -
YUV 39.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 91 6 79 0 0.93 0.13 0.64 308.47 0.88 0.19
Hex 5B 6 4F 0 5D D 40 134 58 13
Octal 133 6 117 0 135 15 100 464 130 23
Binary 1011011 110 1001111 0 1011101 1101 1000000 100110100 1011000 10011

Color Harmonies of #5B064F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B064F

Black with #5B064F

Text Example


Text Example

White with #5B064F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B064F; }

 p { color: rgb(91,6,79); }

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

background-color css

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

 a { background-color: rgb(91,6,79); }

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

border-color css

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

 span { border-color: rgb(91,6,79); }

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