Html Css Color HEX #670C40 Tyrian Purple

📋 copy color: '#670C40'

red 103 ◦ green 12 ◦ blue 64

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

Shades of Tyrian Purple #670C40

Tints of Tyrian Purple #670C40

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.7%

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

R = 57.54%
G = 6.7%
B = 35.75%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.60

RGB Variations

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

Color information

#670C40 (or 0x670C40) is known color: Tyrian Purple. HEX triplet: 67, 0C and 40. RGB value is (103,12,64). Sum of RGB (Red+Green+Blue) = 103+12+64=179 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.54% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 64 (25.39% from 255 or 35.75% from 179); Max value from RGB is 103 - color contains mainly: red. Hex color #670C40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C40 is #98F3BF. Grayscale: #2D2D2D. Windows color (decimal): -10023872 or 4197479. OLE color: 4197479.

HSL color Cylindrical-coordinate representation of color #670C40: hue angle of 325.71º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #670C40 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 12 64 -
CMYK 0 0.88 0.38 0.60
HSL 325.71º 0.79% 0.23% -
HSV(B) 325.71º 0.88% 0.4% -
XYZ 6.65 3.52 5.18 -
YUV 45.14 138.65 169.27 -
System Red Green Blue C M Y K H S L
Decimal 103 12 64 0 0.88 0.38 0.60 325.71 0.79 0.23
Hex 67 C 40 0 58 26 3C 146 4F 17
Octal 147 14 100 0 130 46 74 506 117 27
Binary 1100111 1100 1000000 0 1011000 100110 111100 101000110 1001111 10111

Color Harmonies of #670C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C40

Black with #670C40

Text Example


Text Example

White with #670C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670C40; }

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

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

background-color css

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

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

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

border-color css

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

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

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