Html Css Color HEX #7B064D Tyrian Purple

📋 copy color: '#7B064D'

red 123 ◦ green 6 ◦ blue 77

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

Shades of Tyrian Purple #7B064D

Tints of Tyrian Purple #7B064D

RGB

 RED value IS 123 (48.44% from 255) = 59.71%

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

 BLUE value IS 77 (30.47% from 255) = 37.38%

R = 59.71%
G = 2.91%
B = 37.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.37

 K value IS 0.52

RGB Variations

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

Color information

#7B064D (or 0x7B064D) is known color: Tyrian Purple. HEX triplet: 7B, 06 and 4D. RGB value is (123,6,77). Sum of RGB (Red+Green+Blue) = 123+6+77=206 (27% of max value = 765). Red value is 123 (48.44% from 255 or 59.71% from 206); Green value is 6 (2.73% from 255 or 2.91% from 206); Blue value is 77 (30.47% from 255 or 37.38% from 206); Max value from RGB is 123 - color contains mainly: red. Hex color #7B064D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B064D is #84F9B2. Grayscale: #303030. Windows color (decimal): -8714675 or 5047931. OLE color: 5047931.

HSL color Cylindrical-coordinate representation of color #7B064D: hue angle of 323.59º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7B064D is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 6 77 -
CMYK 0 0.95 0.37 0.52
HSL 323.59º 0.91% 0.25% -
HSV(B) 323.59º 0.95% 0.48% -
XYZ 9.57 4.88 7.46 -
YUV 49.08 143.76 180.73 -
System Red Green Blue C M Y K H S L
Decimal 123 6 77 0 0.95 0.37 0.52 323.59 0.91 0.25
Hex 7B 6 4D 0 5F 25 34 144 5B 19
Octal 173 6 115 0 137 45 64 504 133 31
Binary 1111011 110 1001101 0 1011111 100101 110100 101000100 1011011 11001

Color Harmonies of #7B064D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B064D

Black with #7B064D

Text Example


Text Example

White with #7B064D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B064D; }

 p { color: rgb(123,6,77); }

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

background-color css

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

 a { background-color: rgb(123,6,77); }

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

border-color css

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

 span { border-color: rgb(123,6,77); }

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