Html Css Color HEX #670041 Tyrian Purple

📋 copy color: '#670041'

red 103 ◦ green 0 ◦ blue 65

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

Shades of Tyrian Purple #670041

Tints of Tyrian Purple #670041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 38.69%

R = 61.31%
G = 0%
B = 38.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.60

RGB Variations

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

Color information

#670041 (or 0x670041) is known color: Tyrian Purple. HEX triplet: 67, 00 and 41. RGB value is (103,0,65). Sum of RGB (Red+Green+Blue) = 103+0+65=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 65 (25.78% from 255 or 38.69% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #670041 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670041 is #98FFBE. Grayscale: #262626. Windows color (decimal): -10026943 or 4259943. OLE color: 4259943.

HSL color Cylindrical-coordinate representation of color #670041: hue angle of 322.14º 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 #670041 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 0 65 -
CMYK 0 1 0.37 0.60
HSL 322.14º 1% 0.2% -
HSV(B) 322.14º 1% 0.4% -
XYZ 6.55 3.27 5.29 -
YUV 38.21 143.12 174.21 -
System Red Green Blue C M Y K H S L
Decimal 103 0 65 0 1 0.37 0.60 322.14 1 0.2
Hex 67 0 41 0 64 25 3C 142 64 14
Octal 147 0 101 0 144 45 74 502 144 24
Binary 1100111 0 1000001 0 1100100 100101 111100 101000010 1100100 10100

Color Harmonies of #670041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670041

Black with #670041

Text Example


Text Example

White with #670041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670041; }

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

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

background-color css

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

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

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

border-color css

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

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

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