Html Css Color HEX #670044 Tyrian Purple

📋 copy color: '#670044'

red 103 ◦ green 0 ◦ blue 68

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

Shades of Tyrian Purple #670044

Tints of Tyrian Purple #670044

RGB

 RED value IS 103 (40.63% from 255) = 60.23%

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

 BLUE value IS 68 (26.95% from 255) = 39.77%

R = 60.23%
G = 0%
B = 39.77%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#670044 (or 0x670044) is known color: Tyrian Purple. HEX triplet: 67, 00 and 44. RGB value is (103,0,68). Sum of RGB (Red+Green+Blue) = 103+0+68=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 0 (0.39% from 255 or 0% from 171); Blue value is 68 (26.95% from 255 or 39.77% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #670044 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670044 is #98FFBB. Grayscale: #262626. Windows color (decimal): -10026940 or 4456551. OLE color: 4456551.

HSL color Cylindrical-coordinate representation of color #670044: hue angle of 320.39º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #670044 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 68 -
CMYK 0 1 0.34 0.60
HSL 320.39º 1% 0.2% -
HSV(B) 320.39º 1% 0.4% -
XYZ 6.64 3.3 5.76 -
YUV 38.55 144.62 173.97 -
System Red Green Blue C M Y K H S L
Decimal 103 0 68 0 1 0.34 0.60 320.39 1 0.2
Hex 67 0 44 0 64 22 3C 140 64 14
Octal 147 0 104 0 144 42 74 500 144 24
Binary 1100111 0 1000100 0 1100100 100010 111100 101000000 1100100 10100

Color Harmonies of #670044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670044

Black with #670044

Text Example


Text Example

White with #670044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670044; }

 p { color: rgb(103,0,68); }

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

background-color css

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

 a { background-color: rgb(103,0,68); }

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

border-color css

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

 span { border-color: rgb(103,0,68); }

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