Html Css Color HEX #670C48 Tyrian Purple

📋 copy color: '#670C48'

red 103 ◦ green 12 ◦ blue 72

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

Shades of Tyrian Purple #670C48

Tints of Tyrian Purple #670C48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 55.08%
G = 6.42%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#670C48 (or 0x670C48) is known color: Tyrian Purple. HEX triplet: 67, 0C and 48. RGB value is (103,12,72). Sum of RGB (Red+Green+Blue) = 103+12+72=187 (24% of max value = 765). Red value is 103 (40.62% from 255 or 55.08% from 187); Green value is 12 (5.08% from 255 or 6.42% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 103 - color contains mainly: red. Hex color #670C48 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C48 is #98F3B7. Grayscale: #2D2D2D. Windows color (decimal): -10023864 or 4721767. OLE color: 4721767.

HSL color Cylindrical-coordinate representation of color #670C48: hue angle of 320.44º 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 #670C48 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 12 72 -
CMYK 0 0.88 0.30 0.60
HSL 320.44º 0.79% 0.23% -
HSV(B) 320.44º 0.88% 0.4% -
XYZ 6.89 3.61 6.47 -
YUV 46.05 142.65 168.62 -
System Red Green Blue C M Y K H S L
Decimal 103 12 72 0 0.88 0.30 0.60 320.44 0.79 0.23
Hex 67 C 48 0 58 1E 3C 140 4F 17
Octal 147 14 110 0 130 36 74 500 117 27
Binary 1100111 1100 1001000 0 1011000 11110 111100 101000000 1001111 10111

Color Harmonies of #670C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C48

Black with #670C48

Text Example


Text Example

White with #670C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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