Html Css Color HEX #670140 Tyrian Purple

📋 copy color: '#670140'

red 103 ◦ green 1 ◦ blue 64

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

Shades of Tyrian Purple #670140

Tints of Tyrian Purple #670140

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.6%

 BLUE value IS 64 (25.39% from 255) = 38.1%

R = 61.31%
G = 0.6%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#670140 (or 0x670140) is known color: Tyrian Purple. HEX triplet: 67, 01 and 40. RGB value is (103,1,64). Sum of RGB (Red+Green+Blue) = 103+1+64=168 (22% of max value = 765). Red value is 103 (40.62% from 255 or 61.31% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 103 - color contains mainly: red. Hex color #670140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670140 is #98FEBF. Grayscale: #262626. Windows color (decimal): -10026688 or 4194663. OLE color: 4194663.

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

Color convert

RGB 103 1 64 -
CMYK 0 0.99 0.38 0.60
HSL 322.94º 0.98% 0.2% -
HSV(B) 322.94º 0.99% 0.4% -
XYZ 6.53 3.28 5.14 -
YUV 38.68 142.29 173.88 -
System Red Green Blue C M Y K H S L
Decimal 103 1 64 0 0.99 0.38 0.60 322.94 0.98 0.2
Hex 67 1 40 0 63 26 3C 143 62 14
Octal 147 1 100 0 143 46 74 503 142 24
Binary 1100111 1 1000000 0 1100011 100110 111100 101000011 1100010 10100

Color Harmonies of #670140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670140

Black with #670140

Text Example


Text Example

White with #670140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670140; }

 p { color: rgb(103,1,64); }

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

background-color css

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

 a { background-color: rgb(103,1,64); }

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

border-color css

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

 span { border-color: rgb(103,1,64); }

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