Html Css Color HEX #6B004A Tyrian Purple

📋 copy color: '#6B004A'

red 107 ◦ green 0 ◦ blue 74

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

Shades of Tyrian Purple #6B004A

Tints of Tyrian Purple #6B004A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.12%
G = 0%
B = 40.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#6B004A (or 0x6B004A) is known color: Tyrian Purple. HEX triplet: 6B, 00 and 4A. RGB value is (107,0,74). Sum of RGB (Red+Green+Blue) = 107+0+74=181 (23% of max value = 765). Red value is 107 (42.19% from 255 or 59.12% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 107 - color contains mainly: red. Hex color #6B004A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #6B004A is #94FFB5. Grayscale: #282828. Windows color (decimal): -9764790 or 4849771. OLE color: 4849771.

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

Color convert

RGB 107 0 74 -
CMYK 0 1 0.31 0.58
HSL 318.5º 1% 0.21% -
HSV(B) 318.5º 1% 0.42% -
XYZ 7.3 3.62 6.79 -
YUV 40.43 146.95 175.48 -
System Red Green Blue C M Y K H S L
Decimal 107 0 74 0 1 0.31 0.58 318.5 1 0.21
Hex 6B 0 4A 0 64 1F 3A 13F 64 15
Octal 153 0 112 0 144 37 72 477 144 25
Binary 1101011 0 1001010 0 1100100 11111 111010 100111111 1100100 10101

Color Harmonies of #6B004A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B004A

Black with #6B004A

Text Example


Text Example

White with #6B004A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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