Html Css Color HEX #670C37 Tyrian Purple

📋 copy color: '#670C37'

red 103 ◦ green 12 ◦ blue 55

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

Shades of Tyrian Purple #670C37

Tints of Tyrian Purple #670C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 32.35%

R = 60.59%
G = 7.06%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.60

RGB Variations

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

Color information

#670C37 (or 0x670C37) is known color: Tyrian Purple. HEX triplet: 67, 0C and 37. RGB value is (103,12,55). Sum of RGB (Red+Green+Blue) = 103+12+55=170 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.59% from 170); Green value is 12 (5.08% from 255 or 7.06% from 170); Blue value is 55 (21.88% from 255 or 32.35% from 170); Max value from RGB is 103 - color contains mainly: red. Hex color #670C37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #670C37 is #98F3C8. Grayscale: #2C2C2C. Windows color (decimal): -10023881 or 3607655. OLE color: 3607655.

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

Color convert

RGB 103 12 55 -
CMYK 0 0.88 0.47 0.60
HSL 331.65º 0.79% 0.23% -
HSV(B) 331.65º 0.88% 0.4% -
XYZ 6.41 3.42 3.94 -
YUV 44.11 134.15 170 -
System Red Green Blue C M Y K H S L
Decimal 103 12 55 0 0.88 0.47 0.60 331.65 0.79 0.23
Hex 67 C 37 0 58 2F 3C 14C 4F 17
Octal 147 14 67 0 130 57 74 514 117 27
Binary 1100111 1100 110111 0 1011000 101111 111100 101001100 1001111 10111

Color Harmonies of #670C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670C37

Black with #670C37

Text Example


Text Example

White with #670C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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