Html Css Color HEX #6B064A Tyrian Purple

📋 copy color: '#6B064A'

red 107 ◦ green 6 ◦ blue 74

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

Shades of Tyrian Purple #6B064A

Tints of Tyrian Purple #6B064A

RGB

 RED value IS 107 (42.19% from 255) = 57.22%

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

 BLUE value IS 74 (29.3% from 255) = 39.57%

R = 57.22%
G = 3.21%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B064A (or 0x6B064A) is known color: Tyrian Purple. HEX triplet: 6B, 06 and 4A. RGB value is (107,6,74). Sum of RGB (Red+Green+Blue) = 107+6+74=187 (24% of max value = 765). Red value is 107 (42.19% from 255 or 57.22% from 187); Green value is 6 (2.73% from 255 or 3.21% from 187); Blue value is 74 (29.30% from 255 or 39.57% from 187); Max value from RGB is 107 - color contains mainly: red. Hex color #6B064A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B064A is #94F9B5. Grayscale: #2B2B2B. Windows color (decimal): -9763254 or 4851307. OLE color: 4851307.

HSL color Cylindrical-coordinate representation of color #6B064A: hue angle of 319.6º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6B064A is Cyan = 0, Magento = 0.94, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 107 6 74 -
CMYK 0 0.94 0.31 0.58
HSL 319.6º 0.89% 0.22% -
HSV(B) 319.6º 0.94% 0.42% -
XYZ 7.36 3.75 6.81 -
YUV 43.95 144.96 172.97 -
System Red Green Blue C M Y K H S L
Decimal 107 6 74 0 0.94 0.31 0.58 319.6 0.89 0.22
Hex 6B 6 4A 0 5E 1F 3A 140 59 16
Octal 153 6 112 0 136 37 72 500 131 26
Binary 1101011 110 1001010 0 1011110 11111 111010 101000000 1011001 10110

Color Harmonies of #6B064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B064A

Black with #6B064A

Text Example


Text Example

White with #6B064A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B064A; }

 p { color: rgb(107,6,74); }

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

background-color css

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

 a { background-color: rgb(107,6,74); }

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

border-color css

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

 span { border-color: rgb(107,6,74); }

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